Skip to content

Commit

Permalink
Bump py7zr from 0.20.4 to 0.21.0 (#121)
Browse files Browse the repository at this point in the history
* Bump py7zr from 0.20.4 to 0.21.0

Bumps [py7zr](https://github.com/miurahr/py7zr) from 0.20.4 to 0.21.0.
- [Release notes](https://github.com/miurahr/py7zr/releases)
- [Changelog](https://github.com/miurahr/py7zr/blob/master/docs/Changelog.rst)
- [Commits](miurahr/py7zr@v0.20.4...v0.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update requirements

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cubicpath <[email protected]>
  • Loading branch information
dependabot[bot] and Cubicpath authored May 5, 2024
1 parent b32dc42 commit 6a8c6ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [

[project.optional-dependencies]
all = [
"py7zr>=0.20.4",
"py7zr>=0.21.0",
"python-dotenv>=1.0.0",
]
dev = [
Expand Down
17 changes: 9 additions & 8 deletions requirements/requirements_soft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@


# To pack/unpack 7Zip archives
py7zr == 0.20.4
brotli >= 1.0.9; platform_python_implementation == 'CPython'
brotlicffi >= 1.0.9.2; platform_python_implementation == 'PyPy'
inflate64 >= 0.3.1
py7zr == 0.21.0
brotli >= 1.1.0; platform_python_implementation == "CPython"
brotlicffi >= 1.1.0.0; platform_python_implementation == "PyPy"
inflate64 >= 1.0.0, < 1.1.0
importlib_metadata; python_version < "3.8"
multivolumefile >= 0.2.3
psutil; sys_platform != "cygwin"
pybcj >= 0.6.0
pycryptodomex >= 3.6.6
pyppmd >= 0.18.1, < 1.1.0
pyzstd >= 0.14.4
pybcj >= 1.0.0, < 1.1.0
pycryptodomex >= 3.16.0
pyppmd >= 1.1.0, < 1.2.0
pyzstd >= 0.15.9
texttable

# To load .env files
Expand Down

0 comments on commit 6a8c6ea

Please sign in to comment.