Skip to content

Commit 3c6ce86

Browse files
chore: Bump idna from 3.6 to 3.7 in /sdk/python/requirements (#4097)
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9efb243 commit 3c6ce86

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ ibis-substrait==3.2.0
321321
# via feast (setup.py)
322322
identify==2.5.35
323323
# via pre-commit
324-
idna==3.6
324+
idna==3.7
325325
# via
326326
# anyio
327327
# httpx

sdk/python/requirements/py3.10-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ h11==0.14.0
5454
# via uvicorn
5555
httptools==0.6.1
5656
# via uvicorn
57-
idna==3.6
57+
idna==3.7
5858
# via
5959
# anyio
6060
# requests

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ ibis-substrait==3.2.0
321321
# via feast (setup.py)
322322
identify==2.5.35
323323
# via pre-commit
324-
idna==3.6
324+
idna==3.7
325325
# via
326326
# anyio
327327
# httpx

sdk/python/requirements/py3.9-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ h11==0.14.0
5454
# via uvicorn
5555
httptools==0.6.1
5656
# via uvicorn
57-
idna==3.6
57+
idna==3.7
5858
# via
5959
# anyio
6060
# requests

0 commit comments

Comments
 (0)