From 968e13c77f59470dc90aa69cf2325150587c8f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:44:22 +0000 Subject: [PATCH] Bump pymupdf from 1.24.12 to 1.24.13 in the pymupdf group Bumps the pymupdf group with 1 update: [pymupdf](https://github.com/pymupdf/pymupdf). Updates `pymupdf` from 1.24.12 to 1.24.13 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.24.12...1.24.13) --- updated-dependencies: - dependency-name: pymupdf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pymupdf ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8e66fbc..dbb183f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.12; python_version >= "3.9" +PyMuPDF==1.24.13; python_version >= "3.9" PyMuPDFb==1.24.10 pypdf==5.1.0 reportlab==4.2.5 diff --git a/setup.py b/setup.py index d2240f2..ea5619c 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def get_version(version_file='_version.py'): install_requires=[ 'looptools', 'pdfrw>=0.4', - 'PyMuPDF>=1.17.7,<=1.24.12', + 'PyMuPDF>=1.17.7,<=1.24.13', 'pypdf[crypto]>=4.2.0', 'PillowImage>=1.2.0', 'PyBundle>=1.0.6',