Skip to content

Commit 1e92cff

Browse files
Bump backports-zstd from 1.1.0 to 1.2.0 (#11811)
Bumps [backports-zstd](https://github.com/rogdham/backports.zstd) from 1.1.0 to 1.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Rogdham/backports.zstd/blob/master/CHANGELOG.md">backports-zstd's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rogdham/backports.zstd/releases/tag/v1.2.0">1.2.0</a> - 2025-12-06</h2> <h3>:rocket: Added</h3> <ul> <li>Update code with CPython 3.14.2 version</li> <li>Build wheels for riscv64</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Rogdham/backports.zstd/commit/4356f1a529bd5692f3a0e37062273f6fc3863b77"><code>4356f1a</code></a> chore: prepare v1.2.0</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/8497104088da602013fadebc252b707be749352e"><code>8497104</code></a> chore: add CPython sync script</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/0745dc40f3b58c841f5cc3dc9926daf4c99fd553"><code>0745dc4</code></a> feat: build wheels for riscv64</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/a6e0e9f4ecf8be9db7840ec835132669d62854ec"><code>a6e0e9f</code></a> feat: update code from upstream 3.14.2</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/6af4e647b69e396ed39869bbc6da13845e6997ba"><code>6af4e64</code></a> feat: update code from upstream 3.14.1</li> <li>See full diff in <a href="https://github.com/rogdham/backports.zstd/compare/v1.1.0...v1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=backports-zstd&package-manager=pip&previous-version=1.1.0&new-version=1.2.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4db0b67 commit 1e92cff

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

requirements/base-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
15+
backports-zstd==1.2.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
1616
# via -r requirements/runtime-deps.in
1717
brotli==1.2.0 ; platform_python_implementation == "CPython"
1818
# via -r requirements/runtime-deps.in

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
15+
backports-zstd==1.2.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
1616
# via -r requirements/runtime-deps.in
1717
brotli==1.2.0 ; platform_python_implementation == "CPython"
1818
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async-timeout==5.0.1 ; python_version < "3.11"
2424
# valkey
2525
babel==2.17.0
2626
# via sphinx
27-
backports-zstd==1.1.0 ; implementation_name == "cpython"
27+
backports-zstd==1.2.0 ; implementation_name == "cpython"
2828
# via
2929
# -r requirements/lint.in
3030
# -r requirements/runtime-deps.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async-timeout==5.0.1 ; python_version < "3.11"
2424
# valkey
2525
babel==2.17.0
2626
# via sphinx
27-
backports-zstd==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
27+
backports-zstd==1.2.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
2828
# via
2929
# -r requirements/lint.in
3030
# -r requirements/runtime-deps.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ annotated-types==0.7.0
1010
# via pydantic
1111
async-timeout==5.0.1
1212
# via valkey
13-
backports-zstd==1.1.0 ; implementation_name == "cpython"
13+
backports-zstd==1.2.0 ; implementation_name == "cpython"
1414
# via -r requirements/lint.in
1515
blockbuster==1.5.26
1616
# via -r requirements/lint.in

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
15+
backports-zstd==1.2.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
1616
# via -r requirements/runtime-deps.in
1717
brotli==1.2.0 ; platform_python_implementation == "CPython"
1818
# via -r requirements/runtime-deps.in

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
17+
backports-zstd==1.2.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
1818
# via -r requirements/runtime-deps.in
1919
blockbuster==1.5.26
2020
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
17+
backports-zstd==1.2.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
1818
# via -r requirements/runtime-deps.in
1919
blockbuster==1.5.26
2020
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)