Skip to content

Commit fd5ece6

Browse files
authored
Bump yarl to 1.13.0 (#9302) (#9304)
1 parent d6d2bcc commit fd5ece6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ pycparser==2.21
3838
# via cffi
3939
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
4040
# via -r requirements/base.in
41-
yarl==1.12.0
41+
yarl==1.13.0
4242
# via -r requirements/runtime-deps.in

requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ webcolors==1.11.1
274274
# via blockdiag
275275
wheel==0.37.0
276276
# via pip-tools
277-
yarl==1.12.0
277+
yarl==1.13.0
278278
# via -r requirements/runtime-deps.in
279279
zipp==3.17.0
280280
# via

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ webcolors==1.13
261261
# via blockdiag
262262
wheel==0.41.0
263263
# via pip-tools
264-
yarl==1.12.0
264+
yarl==1.13.0
265265
# via -r requirements/runtime-deps.in
266266
zipp==3.17.0
267267
# via

requirements/runtime-deps.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ pycares==4.3.0
3232
# via aiodns
3333
pycparser==2.21
3434
# via cffi
35-
yarl==1.12.0
35+
yarl==1.13.0
3636
# via -r requirements/runtime-deps.in

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpyt
125125
# via -r requirements/base.in
126126
wait-for-it==2.2.2
127127
# via -r requirements/test.in
128-
yarl==1.12.0
128+
yarl==1.13.0
129129
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)