Skip to content

Commit b8e6596

Browse files
Bump yarl from 1.21.0 to 1.22.0 (#11594)
Bumps [yarl](https://github.com/aio-libs/yarl) from 1.21.0 to 1.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/yarl/releases">yarl's releases</a>.</em></p> <blockquote> <h2>1.22.0</h2> <h2>Features</h2> <ul> <li> <p>Added arm64 Windows wheel builds -- by :user:<code>finnagin</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1516">#1516</a>.</p> </li> </ul> <hr /> <h2>1.20.1</h2> <h2>Bug fixes</h2> <ul> <li> <p>Started raising a :exc:<code>ValueError</code> exception raised for corrupted IPv6 URL values.</p> <p>These fixes the issue where exception :exc:<code>IndexError</code> was leaking from the internal code because of not being handled and transformed into a user-facing error. The problem was happening under the following conditions: empty IPv6 URL, brackets in reverse order.</p> <p>-- by :user:<code>MaelPic</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1512">#1512</a>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Updated to use Cython 3.1 universally across the build path -- by :user:<code>lysnikolaou</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1514">#1514</a>.</p> </li> <li> <p>Made Cython line tracing opt-in via the <code>with-cython-tracing</code> build config setting -- by :user:<code>bdraco</code>.</p> <p>Previously, line tracing was enabled by default in :file:<code>pyproject.toml</code>, which caused build issues for some users and made wheels nearly twice as slow. Now line tracing is only enabled when explicitly requested via <code>pip install . --config-setting=with-cython-tracing=true</code> or by setting the <code>YARL_CYTHON_TRACING</code> environment variable.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1521">#1521</a>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/yarl/blob/master/CHANGES.rst">yarl's changelog</a>.</em></p> <blockquote> <h1>1.22.0</h1> <p><em>(2025-10-05)</em></p> <h2>Features</h2> <ul> <li> <p>Added arm64 Windows wheel builds -- by :user:<code>finnagin</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1516</code>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/yarl/commit/ed241dedafda3a75ce17002aac28aa93927cff24"><code>ed241de</code></a> Release 1.22.0 (<a href="https://redirect.github.com/aio-libs/yarl/issues/1569">#1569</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/38588fbed0ecee9110419d9b7492455423c70adb"><code>38588fb</code></a> Add windows arm64 wheel builds (<a href="https://redirect.github.com/aio-libs/yarl/issues/1516">#1516</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/yarl/compare/v1.21.0...v1.22.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yarl&package-manager=pip&previous-version=1.21.0&new-version=1.22.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 df8ad83 commit b8e6596

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

requirements/base-ft.txt

Lines changed: 3 additions & 3 deletions
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+
backports-zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
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,5 @@ typing-extensions==4.15.0
4244
# via
4345
# aiosignal
4446
# multidict
45-
yarl==1.21.0
46-
# via -r requirements/runtime-deps.in
47-
backports.zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
47+
yarl==1.22.0
4848
# via -r requirements/runtime-deps.in

requirements/base.txt

Lines changed: 3 additions & 3 deletions
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+
backports-zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
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
@@ -44,7 +46,5 @@ typing-extensions==4.15.0
4446
# multidict
4547
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
4648
# via -r requirements/base.in
47-
yarl==1.21.0
48-
# via -r requirements/runtime-deps.in
49-
backports.zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
49+
yarl==1.22.0
5050
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ async-timeout==5.0.1 ; python_version < "3.11"
2424
# valkey
2525
babel==2.17.0
2626
# via sphinx
27+
backports-zstd==0.5.0 ; implementation_name == "cpython"
28+
# via
29+
# -r requirements/lint.in
30+
# -r requirements/runtime-deps.in
2731
blockbuster==1.5.25
2832
# via
2933
# -r requirements/lint.in
@@ -293,16 +297,12 @@ wait-for-it==2.3.0
293297
# via -r requirements/test-common.in
294298
wheel==0.46.0
295299
# via pip-tools
296-
yarl==1.21.0
300+
yarl==1.22.0
297301
# via -r requirements/runtime-deps.in
298302
zlib-ng==1.0.0
299303
# via
300304
# -r requirements/lint.in
301305
# -r requirements/test-common.in
302-
backports.zstd==0.5.0 ; implementation_name == "cpython"
303-
# via
304-
# -r requirements/lint.in
305-
# -r requirements/runtime-deps.in
306306

307307
# The following packages are considered to be unsafe in a requirements file:
308308
pip==25.2

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ async-timeout==5.0.1 ; python_version < "3.11"
2424
# valkey
2525
babel==2.17.0
2626
# via sphinx
27+
backports-zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
28+
# via
29+
# -r requirements/lint.in
30+
# -r requirements/runtime-deps.in
2731
blockbuster==1.5.25
2832
# via
2933
# -r requirements/lint.in
@@ -284,16 +288,12 @@ wait-for-it==2.3.0
284288
# via -r requirements/test-common.in
285289
wheel==0.46.0
286290
# via pip-tools
287-
yarl==1.21.0
291+
yarl==1.22.0
288292
# via -r requirements/runtime-deps.in
289293
zlib-ng==1.0.0
290294
# via
291295
# -r requirements/lint.in
292296
# -r requirements/test-common.in
293-
backports.zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
294-
# via
295-
# -r requirements/lint.in
296-
# -r requirements/runtime-deps.in
297297

298298
# The following packages are considered to be unsafe in a requirements file:
299299
pip==25.2

requirements/runtime-deps.txt

Lines changed: 3 additions & 3 deletions
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+
backports-zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
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
@@ -38,7 +40,5 @@ typing-extensions==4.15.0
3840
# via
3941
# aiosignal
4042
# multidict
41-
yarl==1.21.0
42-
# via -r requirements/runtime-deps.in
43-
backports.zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
43+
yarl==1.22.0
4444
# via -r requirements/runtime-deps.in

requirements/test-ft.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ annotated-types==0.7.0
1414
# via pydantic
1515
async-timeout==5.0.1 ; python_version < "3.11"
1616
# via -r requirements/runtime-deps.in
17+
backports-zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
18+
# via -r requirements/runtime-deps.in
1719
blockbuster==1.5.25
1820
# via -r requirements/test-common.in
1921
brotli==1.1.0 ; platform_python_implementation == "CPython"
@@ -142,9 +144,7 @@ typing-inspection==0.4.2
142144
# via pydantic
143145
wait-for-it==2.3.0
144146
# via -r requirements/test-common.in
145-
yarl==1.21.0
147+
yarl==1.22.0
146148
# via -r requirements/runtime-deps.in
147149
zlib-ng==1.0.0
148150
# via -r requirements/test-common.in
149-
backports.zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
150-
# via -r requirements/runtime-deps.in

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ annotated-types==0.7.0
1414
# via pydantic
1515
async-timeout==5.0.1 ; python_version < "3.11"
1616
# via -r requirements/runtime-deps.in
17+
backports-zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
18+
# via -r requirements/runtime-deps.in
1719
blockbuster==1.5.25
1820
# via -r requirements/test-common.in
1921
brotli==1.1.0 ; platform_python_implementation == "CPython"
@@ -144,9 +146,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
144146
# via -r requirements/base.in
145147
wait-for-it==2.3.0
146148
# via -r requirements/test-common.in
147-
yarl==1.21.0
149+
yarl==1.22.0
148150
# via -r requirements/runtime-deps.in
149151
zlib-ng==1.0.0
150152
# via -r requirements/test-common.in
151-
backports.zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
152-
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)