Skip to content

Commit a8dc4e6

Browse files
Bump yarl from 1.20.1 to 1.21.0 (#11566)
[![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 f305ddf commit a8dc4e6

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

requirements/base-ft.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ aiosignal==1.4.0
1212
# via -r requirements/runtime-deps.in
1313
async-timeout==5.0.1 ; python_version < "3.11"
1414
# via -r requirements/runtime-deps.in
15+
attrs==25.3.0
16+
# via -r requirements/runtime-deps.in
1517
brotli==1.1.0 ; platform_python_implementation == "CPython"
1618
# via -r requirements/runtime-deps.in
1719
cffi==2.0.0
@@ -42,7 +44,7 @@ typing-extensions==4.15.0
4244
# via
4345
# aiosignal
4446
# multidict
45-
yarl==1.20.1
47+
yarl==1.21.0
4648
# via -r requirements/runtime-deps.in
4749
zstandard==0.25.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
4850
# via -r requirements/runtime-deps.in

requirements/base.txt

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

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ wait-for-it==2.3.0
296296
# via -r requirements/test-common.in
297297
wheel==0.45.1
298298
# via pip-tools
299-
yarl==1.20.1
299+
yarl==1.21.0
300300
# via -r requirements/runtime-deps.in
301301
zlib-ng==1.0.0
302302
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ wait-for-it==2.3.0
287287
# via -r requirements/test-common.in
288288
wheel==0.45.1
289289
# via pip-tools
290-
yarl==1.20.1
290+
yarl==1.21.0
291291
# via -r requirements/runtime-deps.in
292292
zlib-ng==1.0.0
293293
# via

requirements/runtime-deps.txt

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

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ typing-inspection==0.4.2
148148
# via pydantic
149149
wait-for-it==2.3.0
150150
# via -r requirements/test-common.in
151-
yarl==1.20.1
151+
yarl==1.21.0
152152
# via -r requirements/runtime-deps.in
153153
zlib-ng==1.0.0
154154
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
150150
# via -r requirements/base.in
151151
wait-for-it==2.3.0
152152
# via -r requirements/test-common.in
153-
yarl==1.20.1
153+
yarl==1.21.0
154154
# via -r requirements/runtime-deps.in
155155
zlib-ng==1.0.0
156156
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)