Skip to content

Commit

Permalink
[PR #10078/0d6a83e backport][3.11] Bump yarl to 1.18.3 (#10079)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 1, 2024
1 parent a37c4f2 commit 8b08c9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ typing-extensions==4.12.2
# via multidict
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.17.1
yarl==1.18.3
# via -r requirements/runtime-deps.in
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ wait-for-it==2.2.2
# via -r requirements/test.in
wheel==0.44.0
# via pip-tools
yarl==1.17.1
yarl==1.18.3
# via -r requirements/runtime-deps.in
zipp==3.20.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ wait-for-it==2.2.2
# via -r requirements/test.in
wheel==0.44.0
# via pip-tools
yarl==1.17.1
yarl==1.18.3
# via -r requirements/runtime-deps.in
zipp==3.20.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ pycparser==2.22
# via cffi
typing-extensions==4.12.2
# via multidict
yarl==1.17.1
yarl==1.18.3
# via -r requirements/runtime-deps.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
# via -r requirements/base.in
wait-for-it==2.2.2
# via -r requirements/test.in
yarl==1.17.1
yarl==1.18.3
# via -r requirements/runtime-deps.in

0 comments on commit 8b08c9e

Please sign in to comment.