Skip to content

build(deps): bump zipstream-ng from 1.9.2 to 1.9.3 - #14547

Merged
giohappy merged 1 commit into
masterfrom
dependabot/pip/zipstream-ng-1.9.3
Aug 24, 2026
Merged

build(deps): bump zipstream-ng from 1.9.2 to 1.9.3#14547
giohappy merged 1 commit into
masterfrom
dependabot/pip/zipstream-ng-1.9.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps zipstream-ng from 1.9.2 to 1.9.3.

Changelog

Sourced from zipstream-ng's changelog.

[v1.9.3]

  • Fix length calculation when adding extended ascii filenames (only affects Python 3.13.14+, 3.14.6+, 3.15+)
Commits

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 [zipstream-ng](https://github.com/pR0Ps/zipstream-ng) from 1.9.2 to 1.9.3.
- [Changelog](https://github.com/pR0Ps/zipstream-ng/blob/master/CHANGELOG.md)
- [Commits](pR0Ps/zipstream-ng@v1.9.2...v1.9.3)

---
updated-dependencies:
- dependency-name: zipstream-ng
  dependency-version: 1.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@cla-bot cla-bot Bot added the cla-signed CLA Bot: community license agreement signed label Aug 24, 2026
@giohappy
giohappy self-requested a review August 24, 2026 08:21
@giohappy
giohappy merged commit 27b2bba into master Aug 24, 2026
16 checks passed
@giohappy
giohappy deleted the dependabot/pip/zipstream-ng-1.9.3 branch August 24, 2026 08:21
@github-actions

Copy link
Copy Markdown
Contributor

The backport to 5.1.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-5.1.x 5.1.x
# Navigate to the new working tree
cd .worktrees/backport-5.1.x
# Create a new branch
git switch --create backport-14547-to-5.1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 27b2bba07f64932d7a171224f2db292fc75164ff
# Push it to GitHub
git push --set-upstream origin backport-14547-to-5.1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-5.1.x

Then, create a pull request where the base branch is 5.1.x and the compare/head branch is backport-14547-to-5.1.x.

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

Labels

backport 5.1.x cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant