Skip to content

Commit 2569346

Browse files
authored
Bump yarl to 1.19.0 (#10698)
Early bump to check performance changelog: aio-libs/yarl@v1.18.3...v1.19.0
1 parent 2243281 commit 2569346

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ typing-extensions==4.13.1
4242
# via multidict
4343
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
4444
# via -r requirements/base.in
45-
yarl==1.18.3
45+
yarl==1.19.0
4646
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ wait-for-it==2.3.0
282282
# via -r requirements/test.in
283283
wheel==0.46.0
284284
# via pip-tools
285-
yarl==1.18.3
285+
yarl==1.19.0
286286
# via -r requirements/runtime-deps.in
287287

288288
# The following packages are considered to be unsafe in a requirements file:

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ wait-for-it==2.3.0
273273
# via -r requirements/test.in
274274
wheel==0.46.0
275275
# via pip-tools
276-
yarl==1.18.3
276+
yarl==1.19.0
277277
# via -r requirements/runtime-deps.in
278278

279279
# The following packages are considered to be unsafe in a requirements file:

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ pycparser==2.22
3636
# via cffi
3737
typing-extensions==4.13.1
3838
# via multidict
39-
yarl==1.18.3
39+
yarl==1.19.0
4040
# via -r requirements/runtime-deps.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
132132
# via -r requirements/base.in
133133
wait-for-it==2.3.0
134134
# via -r requirements/test.in
135-
yarl==1.18.3
135+
yarl==1.19.0
136136
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)