Skip to content

Commit

Permalink
Bump pymupdf from 1.24.13 to 1.24.14 in the pymupdf group (#185)
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.13 to 1.24.14
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.13...1.24.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 138111b commit ff4bbd8
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 @@ -6,7 +6,7 @@ pillow==11.0.0; python_version >= "3.9"
PillowImage==1.2.1
PyBundle==1.0.6
PyMuPDF==1.24.11; python_version <= "3.8"
PyMuPDF==1.24.13; python_version >= "3.9"
PyMuPDF==1.24.14; python_version >= "3.9"
PyMuPDFb==1.24.10
pypdf==5.1.0
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.13',
'PyMuPDF>=1.17.7,<=1.24.14',
'pypdf[crypto]>=4.2.0',
'PillowImage>=1.2.0',
'PyBundle>=1.0.6',
Expand Down

0 comments on commit ff4bbd8

Please sign in to comment.