From 8bc6132cf5478ee4a78911ca44916fd67f01fe01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:38:59 +0200 Subject: [PATCH] Bump pymupdf from 1.22.5 to 1.23.1 (#11412) * - Align setup.cfg to requirements.txt * Bump to PyMuPDF 1.23.1 --------- 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 62ebeda6b1e..0ad9aa5ed4e 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.22.5 +PyMuPDF==1.23.1 pathvalidate==3.2.0 # Django Apps diff --git a/setup.cfg b/setup.cfg index f2b7b1f19a2..cde879727ad 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.22.5 + PyMuPDF==1.23.1 pathvalidate==3.2.0 # Django Apps