From f4dfbb16f549ac237fe16d47e3b414192176a5f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:12:00 +0000 Subject: [PATCH] Bump pymupdf from 1.24.5 to 1.24.6 Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.5 to 1.24.6. - [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.5...1.24.6) --- updated-dependencies: - dependency-name: pymupdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e719644..8dfc89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "PyMuPDF==1.24.5", + "PyMuPDF==1.24.6", "chardet==5.2.0", "lxml==5.2.2", ]