Skip to content

Commit

Permalink
Bump idna to 3.6 (#9136)
Browse files Browse the repository at this point in the history
Let's see which version is regressing.
  • Loading branch information
Dreamsorcerer authored Sep 12, 2024
1 parent 55a2af1 commit 0da00a1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ frozenlist==1.4.1
# aiosignal
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.4
idna==3.6
# 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 @@ -86,7 +86,7 @@ gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.0
# via pre-commit
idna==3.4
idna==3.6
# 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 @@ -84,7 +84,7 @@ gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.0
# via pre-commit
idna==3.4
idna==3.6
# 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 @@ -22,7 +22,7 @@ docutils==0.20.1
# via sphinx
funcparserlib==1.0.1
# via blockdiag
idna==3.4
idna==3.6
# 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 @@ -22,7 +22,7 @@ docutils==0.20.1
# via sphinx
funcparserlib==1.0.1
# via blockdiag
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ frozenlist==1.4.1
# via
# -r requirements/runtime-deps.in
# aiosignal
idna==3.4
idna==3.6
# 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 @@ -44,7 +44,7 @@ frozenlist==1.4.1
# aiosignal
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.4
idna==3.6
# via
# requests
# trustme
Expand Down

0 comments on commit 0da00a1

Please sign in to comment.