Skip to content

Bump backports-zstd from 1.2.0 to 1.3.0#2480

Merged
auvipy merged 1 commit intomainfrom
dependabot/pip/backports-zstd-1.3.0
Mar 7, 2026
Merged

Bump backports-zstd from 1.2.0 to 1.3.0#2480
auvipy merged 1 commit intomainfrom
dependabot/pip/backports-zstd-1.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 6, 2026

Bumps backports-zstd from 1.2.0 to 1.3.0.

Changelog

Sourced from backports-zstd's changelog.

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)
Commits
  • b729048 chore: prepare v1.3.0
  • 052b14a chore: update type hints from upstream
  • fd7b6ed chore: improve sync script
  • 1862c94 fix: use pep-420 implicit namespace package
  • 5d92e80 chore: exception on unsupported Python versions
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [backports-zstd](https://github.com/rogdham/backports.zstd) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/Rogdham/backports.zstd/blob/master/CHANGELOG.md)
- [Commits](Rogdham/backports.zstd@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: backports-zstd
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 6, 2026
@auvipy auvipy requested a review from Copilot March 7, 2026 11:49
@auvipy auvipy added this to the 5.7.0 milestone Mar 7, 2026
@auvipy auvipy merged commit e320780 into main Mar 7, 2026
38 checks passed
@auvipy auvipy deleted the dependabot/pip/backports-zstd-1.3.0 branch March 7, 2026 11:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This is a Dependabot-generated PR that bumps the backports-zstd dependency from 1.2.0 to 1.3.0. The upstream release includes type hint updates, a fix for __init__.py conflicts via PEP-420 implicit namespace packages, and better error handling for unsupported Python versions.

Changes:

  • Bump backports.zstd version pin from 1.2.0 to 1.3.0 in the zstd extras requirements file.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants