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 Oct 1, 2024
1 parent 9f8721a commit 2d14243
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 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.4.1
# 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
6 changes: 4 additions & 2 deletions 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.1
# via pre-commit
idna==3.3
idna==3.10
# via
# requests
# trustme
Expand Down Expand Up @@ -155,7 +155,9 @@ pygments==2.18.0
# rich
# sphinx
pyjwt==2.9.0
# via gidgethub
# via
# gidgethub
# pyjwt
pyproject-hooks==1.2.0
# via
# build
Expand Down
6 changes: 4 additions & 2 deletions 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.1
# via pre-commit
idna==3.4
idna==3.10
# via
# requests
# trustme
Expand Down Expand Up @@ -150,7 +150,9 @@ pygments==2.18.0
# rich
# sphinx
pyjwt==2.8.0
# via gidgethub
# via
# gidgethub
# pyjwt
pyproject-hooks==1.2.0
# via
# build
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.7
# via towncrier
docutils==0.20.1
# 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.7
# via towncrier
docutils==0.20.1
# 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 @@ -38,7 +38,7 @@ freezegun==1.5.1
# via -r requirements/lint.in
identify==2.6.1
# via pre-commit
idna==3.7
idna==3.10
# via
# requests
# trustme
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.4.1
# 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 @@ -46,7 +46,7 @@ frozenlist==1.4.1
# aiosignal
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.4
idna==3.10
# via
# requests
# trustme
Expand Down

0 comments on commit 2d14243

Please sign in to comment.