Skip to content

Commit

Permalink
Bump idna from 3.3 to 3.10
Browse files Browse the repository at this point in the history
Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.10.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.3...v3.10)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent a286cc9 commit d1b521e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ frozenlist==1.5.0
# aiosignal
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.4
idna==3.10
# via yarl
multidict==6.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.4
# via pre-commit
idna==3.3
idna==3.10
# via
# requests
# trustme
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.4
# via pre-commit
idna==3.4
idna==3.10
# via
# requests
# trustme
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.8
# via towncrier
docutils==0.21.2
# via sphinx
idna==3.4
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.8
# via towncrier
docutils==0.21.2
# via sphinx
idna==3.4
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ freezegun==1.5.1
# via -r requirements/lint.in
identify==2.6.4
# via pre-commit
idna==3.7
idna==3.10
# via trustme
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ frozenlist==1.5.0
# via
# -r requirements/runtime-deps.in
# aiosignal
idna==3.4
idna==3.10
# via yarl
multidict==6.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ frozenlist==1.5.0
# aiosignal
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.4
idna==3.10
# via
# trustme
# yarl
Expand Down

0 comments on commit d1b521e

Please sign in to comment.