Skip to content

Update backports-zstd requirement from >=1.0.0 to >=1.6.0#2956

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/backports-zstd-gte-1.6.0
Open

Update backports-zstd requirement from >=1.0.0 to >=1.6.0#2956
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/backports-zstd-gte-1.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on backports-zstd to permit the latest version.

Changelog

Sourced from backports-zstd's changelog.

1.6.0 - 2026-06-14

🚀 Added

  • Update code with CPython 3.14.6 version

1.5.0 - 2026-05-11

🚀 Added

  • Update code with CPython 3.14.5 version

1.4.0 - 2026-05-03

🚀 Added

  • Update code with CPython 3.14.4 version
  • Update type hints with typeshed 44dac88
  • Remove support for CPython 3.9
  • Build wheels for Android
  • Build wheels for iOS
  • Stop building wheels for CPython 3.13 free-threading

1.3.0 - 2025-12-29

🚀 Added

  • Update type hints with typeshed bbddfee

🐛 Fixes

  • Fix conflict on __init__.py file on backports root module by transforming backports.zstd into an implicit namespace package (see PEP-420)
  • Raise an exception at both build and runtime when using an unsupported Python version, instead of crashing with a segmentation fault at runtime (in the rare cases where backports.zstd was installed despite the requires-python marker)

1.2.0 - 2025-12-06

🚀 Added

... (truncated)

Commits
  • 7e15b44 chore: prepare v1.6.0
  • ff653ad chore: port changes to CFFI implementation
  • 7f4c31b feat: update code from upstream 3.14.6
  • 63fd605 chore: prepare v1.5.0
  • 0d39086 feat: update code from upstream 3.14.5
  • 01db30f chore: prepare v1.4.0
  • 583a808 chore: remove support for 3.9
  • 09739b9 chore: add zizmor ci check
  • f11c344 chore: update type hints from upstream
  • c10804a feat: build Python 3.13 wheels for Android and iOS
  • Additional commits viewable in compare view

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 commands and options

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 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)

Updates the requirements on [backports-zstd](https://github.com/rogdham/backports.zstd) to permit the latest version.
- [Changelog](https://github.com/Rogdham/backports.zstd/blob/master/CHANGELOG.md)
- [Commits](Rogdham/backports.zstd@v1.0.0...v1.6.0)

---
updated-dependencies:
- dependency-name: backports-zstd
  dependency-version: 1.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 24, 2026 08:54
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 24, 2026
@dependabot
dependabot Bot requested a review from NoahStapp July 24, 2026 08:54
@dependabot dependabot Bot added the python:uv Pull requests that update python:uv code label Jul 24, 2026
@sleepyStick

Copy link
Copy Markdown
Contributor

i don't think we can do this one at the moment given that we still support python3.9:

[2026/07/24 12:23:29.072] Creating virtual environment at: .venv
[2026/07/24 12:23:29.072] × No solution found when resolving dependencies for split (markers:
[2026/07/24 12:23:29.072] │ python_full_version > '3.9' and python_full_version < '3.10'):
[2026/07/24 12:23:29.072] ╰─▶ Because only backports-zstd{python_full_version < '3.14'}<=1.6.0 is
[2026/07/24 12:23:29.072] available and the requested Python version (>=3.9) does not satisfy
[2026/07/24 12:23:29.072] Python>=3.10, we can conclude that backports-zstd{python_full_version <
[2026/07/24 12:23:29.072] '3.14'}>=1.6.0 cannot be used.
[2026/07/24 12:23:29.072] And because pymongo[zstd] depends on backports-zstd{python_full_version
[2026/07/24 12:23:29.072] < '3.14'}>=1.6.0 and your project requires pymongo[zstd], we can
[2026/07/24 12:23:29.072] conclude that your project's requirements are unsatisfiable.
[2026/07/24 12:23:29.072] hint: While the active Python version is 3.10, the resolution failed for
[2026/07/24 12:23:29.072] other Python versions supported by your project. Consider limiting your
[2026/07/24 12:23:29.072] project's supported Python versions using requires-python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant