Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps py7zr from 1.0.0 to 1.1.2.

Release notes

Sourced from py7zr's releases.

Release version 1.1.0

Requirements

  • Minimum required Python 3.10
  • Add support for Python 3.14

Security

Fixed

  • The is_78zfile accept any path-like
  • The SevenZipFile accept IO[bytes]
  • Make FileInfo and ArchiveInfo dataclasses
  • The getInfo() returns FileInfo object

What's Changed in details

New Contributors

Full Changelog: miurahr/py7zr@v1.0.0...v1.1.0

Changelog

Sourced from py7zr's changelog.

v1.1.2_

Security

  • security: fix Zip-Slip vulnerability by symlink

Removed

  • Remove Code of Conduct from repository.

Changed

  • remove unused _lzma imports

v1.1.1_

Fixed

  • fix: default unix file attributes with proper permissions (#705)

Changed

  • test: Bump dependency libarchive@3.8.5

v1.1.0_

  • Same as v1.1.0rc4

v1.1.0rc4

Changed

  • CI: Ensure nearest tag is fetched in publish-to-pypi workflow
  • Streamlined pypi source package by pruning docs, tests and utils

v1.1.0rc2

Changed

  • CI: update workflows (#695,#696,#697,#698,#692)
  • Update tox configuration with TOML native (#689)
  • Type hint syntax for Python 3.10 and later (#690)

Document

... (truncated)

Commits
  • a2d2bec Release v1.1.2
  • 2c2de47 Merge pull request #711 from miurahr/topic/miurahr/eliminate-coc
  • edcb247 Merge pull request #709 from miurahr/topic/miurahr/security/fix-zip-slip-sani...
  • a9a6f6b chore: remove Code of Conduct
  • e7fc5ef Merge pull request #710 from miurahr/topic/miurahr/cli/eliminate-unused-_lzma
  • 65b02c7 Merge branch 'master' into topic/miurahr/security/fix-zip-slip-sanitize
  • e660526 refactor: remove unused _lzma import and redundant exception handling
  • 29ae67f chore(CI): exclude Python 3.14, 3.14t, and 3.15-dev on Windows 11 arm
  • 1254e0b refactor: add type annotations for exceptions and clean up test formatting
  • 3aec3a6 fix(security): enhance path validation to mitigate Zip-Slip vulnerability
  • Additional commits viewable 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 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)

Bumps [py7zr](https://github.com/miurahr/py7zr) from 1.0.0 to 1.1.2.
- [Release notes](https://github.com/miurahr/py7zr/releases)
- [Changelog](https://github.com/miurahr/py7zr/blob/master/docs/Changelog.rst)
- [Commits](miurahr/py7zr@v1.0.0...v1.1.2)

---
updated-dependencies:
- dependency-name: py7zr
  dependency-version: 1.1.2
  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 Jan 19, 2026
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.

0 participants