From 7acb306372df90acbfaeaa87be84c105e22ca111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:44:22 +0100 Subject: [PATCH] build(deps): bump pymupdf from 1.23.21 to 1.23.23 (#11965) * build(deps): bump pymupdf from 1.23.21 to 1.23.23 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.23.21 to 1.23.23. - [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.23.21...1.23.23) --- updated-dependencies: - dependency-name: pymupdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * - Align setup.cfg to requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afabiani --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6fa8625f4c9..e0613b545ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ zipstream-new==1.1.8 schema==0.7.5 rdflib==6.3.2 smart_open==6.4.0 -PyMuPDF==1.23.21 +PyMuPDF==1.23.23 pathvalidate==3.2.0 # Django Apps diff --git a/setup.cfg b/setup.cfg index c41300abc0d..86fde36fa74 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = schema==0.7.5 rdflib==6.3.2 smart_open==6.4.0 - PyMuPDF==1.23.21 + PyMuPDF==1.23.23 pathvalidate==3.2.0 # Django Apps