Skip to content

Commit 9ef74f5

Browse files
Bump yarl from 1.20.1 to 1.21.0 (#11562)
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yarl&package-manager=pip&previous-version=1.20.1&new-version=1.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8721eb commit 9ef74f5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

requirements/base-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ typing-extensions==4.15.0
4242
# via
4343
# aiosignal
4444
# multidict
45-
yarl==1.20.1
45+
yarl==1.21.0
4646
# via -r requirements/runtime-deps.in
4747
zstandard==0.25.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
4848
# via -r requirements/runtime-deps.in

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ typing-extensions==4.15.0
4444
# multidict
4545
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
4646
# via -r requirements/base.in
47-
yarl==1.20.1
47+
yarl==1.21.0
4848
# via -r requirements/runtime-deps.in
4949
zstandard==0.25.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
5050
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ wait-for-it==2.3.0
293293
# via -r requirements/test-common.in
294294
wheel==0.46.0
295295
# via pip-tools
296-
yarl==1.20.1
296+
yarl==1.21.0
297297
# via -r requirements/runtime-deps.in
298298
zlib-ng==1.0.0
299299
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ wait-for-it==2.3.0
284284
# via -r requirements/test-common.in
285285
wheel==0.46.0
286286
# via pip-tools
287-
yarl==1.20.1
287+
yarl==1.21.0
288288
# via -r requirements/runtime-deps.in
289289
zlib-ng==1.0.0
290290
# via

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typing-extensions==4.15.0
3838
# via
3939
# aiosignal
4040
# multidict
41-
yarl==1.20.1
41+
yarl==1.21.0
4242
# via -r requirements/runtime-deps.in
4343
zstandard==0.25.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
4444
# via -r requirements/runtime-deps.in

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ typing-inspection==0.4.2
142142
# via pydantic
143143
wait-for-it==2.3.0
144144
# via -r requirements/test-common.in
145-
yarl==1.20.1
145+
yarl==1.21.0
146146
# via -r requirements/runtime-deps.in
147147
zlib-ng==1.0.0
148148
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
144144
# via -r requirements/base.in
145145
wait-for-it==2.3.0
146146
# via -r requirements/test-common.in
147-
yarl==1.20.1
147+
yarl==1.21.0
148148
# via -r requirements/runtime-deps.in
149149
zlib-ng==1.0.0
150150
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)