Skip to content

Commit

Permalink
Bump yarl to 1.11.0 (#9072)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7fb1631)
  • Loading branch information
bdraco committed Sep 8, 2024
1 parent d36317b commit 07e1f6f
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 @@ -38,5 +38,5 @@ pycparser==2.21
# via cffi
uvloop==0.19.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.9.6
yarl==1.11.0
# 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 @@ -274,7 +274,7 @@ webcolors==1.11.1
# via blockdiag
wheel==0.37.0
# via pip-tools
yarl==1.9.6
yarl==1.11.0
# via -r requirements/runtime-deps.in
zipp==3.17.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ webcolors==1.13
# via blockdiag
wheel==0.41.0
# via pip-tools
yarl==1.9.6
yarl==1.11.0
# via -r requirements/runtime-deps.in
zipp==3.17.0
# 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 @@ -32,5 +32,5 @@ pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
yarl==1.9.6
yarl==1.11.0
# 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 @@ -125,5 +125,5 @@ uvloop==0.19.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.9.6
yarl==1.11.0
# via -r requirements/runtime-deps.in

0 comments on commit 07e1f6f

Please sign in to comment.