Skip to content

Commit 4747089

Browse files
Bump py7zr from 0.20.5 to 1.0.0 in /backend
Bumps [py7zr](https://github.com/miurahr/py7zr) from 0.20.5 to 1.0.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.5...v1.0.0) --- updated-dependencies: - dependency-name: py7zr dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd5f524 commit 4747089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/requirements-ml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ langchain-community==0.0.10
3232
python-magic==0.4.27
3333
zipfile38==0.0.3
3434
rarfile==4.1
35-
py7zr==0.20.5
35+
py7zr==1.0.0
3636
pypdf==3.17.0
3737
python-docx==0.8.11
3838
markdown==3.5

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python-magic==0.4.27 # For file type detection
4141
aiofiles==23.2.1 # Async file operations
4242
zipfile38==0.0.3 # Enhanced ZIP handling
4343
rarfile==4.1 # RAR support
44-
py7zr==0.20.5 # 7zip support
44+
py7zr==1.0.0 # 7zip support
4545

4646
# === Document Processing ===
4747
pypdf==3.17.0 # PDF processing

0 commit comments

Comments
 (0)