Skip to content

Commit

Permalink
chore: Bump idna from 3.6 to 3.7 in /sdk/python/requirements (#4097)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 9efb243 commit 3c6ce86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ ibis-substrait==3.2.0
# via feast (setup.py)
identify==2.5.35
# via pre-commit
idna==3.6
idna==3.7
# via
# anyio
# httpx
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ h11==0.14.0
# via uvicorn
httptools==0.6.1
# via uvicorn
idna==3.6
idna==3.7
# via
# anyio
# requests
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ ibis-substrait==3.2.0
# via feast (setup.py)
identify==2.5.35
# via pre-commit
idna==3.6
idna==3.7
# via
# anyio
# httpx
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ h11==0.14.0
# via uvicorn
httptools==0.6.1
# via uvicorn
idna==3.6
idna==3.7
# via
# anyio
# requests
Expand Down

0 comments on commit 3c6ce86

Please sign in to comment.