Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps py7zr from 1.0.0 to 1.1.0.

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

  • README: Minimum & Recommended Python/PyPY versions (#700)

v1.1.0rc1

Security

Added

  • Support Python 3.14

Changed

  • CI: update target Python versions, GitHub Actions configurations
  • dependency: [email protected], [email protected], [email protected]
  • use stdlib for Zstandard support instead of pyzstd (#682)
  • fix(is_7zfile): accept any path-like instead of just pathlib.Path (#663)
  • Accept IO[bytes] instead of BinaryIO (#661)
  • Document: Fix WriterFactory example (#660)
  • getInfo() returns FileInfo object (#676)
  • make FileInfo and ArchiveInfo dataclasses (#678)

Removed

... (truncated)

Commits
  • 1f4fcc6 Release v1.1.0
  • 65c19d0 Release v1.1.0rc4
  • 5beb4a9 chore: Remove fetch-depth from publish-to-pypi workflow
  • 9c8235c chore: Remove fetch-tags flag from publish-to-pypi workflow
  • 9628b49 Release v1.1.0rc3
  • 96b1220 chore: Fix tag resolution command in publish-to-pypi workflow
  • 35ef263 chore: Enhance tag fetching logic in publish-to-pypi workflow
  • fdac576 chore: Simplify MANIFEST.in
  • f98de3c chore: Ensure nearest tag is fetched in publish-to-pypi workflow
  • 447a290 chore: Use fetch-tags in publish-to-pypi workflow
  • 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.0.
- [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.0)

---
updated-dependencies:
- dependency-name: py7zr
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 22, 2025
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.

1 participant