Skip to content

Commit

Permalink
Bump pymupdf from 1.24.10 to 1.24.11 in the pymupdf group (#164)
Browse files Browse the repository at this point in the history
Bumps the pymupdf group with 1 update: [pymupdf](https://github.com/pymupdf/pymupdf).


Updates `pymupdf` from 1.24.10 to 1.24.11
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.10...1.24.11)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pymupdf
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent a5a83ea commit a352d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pillow==9.5.0; python_version <= "3.8"
pillow==10.4.0; python_version >= "3.9"
PillowImage==1.2.0
PyBundle==1.0.6
PyMuPDF==1.24.10
PyMuPDF==1.24.11
PyMuPDFb==1.24.10
pypdf==5.0.1
reportlab==4.2.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_version(version_file='_version.py'):
install_requires=[
'looptools',
'pdfrw>=0.4',
'PyMuPDF>=1.17.7,<=1.24.10',
'PyMuPDF>=1.17.7,<=1.24.11',
'pypdf[crypto]>=4.2.0',
'PillowImage>=1.2.0',
'PyBundle>=1.0.6',
Expand Down

0 comments on commit a352d9c

Please sign in to comment.