From b3c818080b7f16280d75b3286941cbbafacbbddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:14:28 +0000 Subject: [PATCH] build(deps): bump pymupdf from 1.24.13 to 1.24.14 Bumps [pymupdf](https://github.com/pymupdf/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](https://github.com/pymupdf/pymupdf/compare/1.24.13...1.24.14) --- 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 5a8336bb..b2b2b9db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dependencies = [ 'ruamel.yaml==0.18.6', # to parse YAML files 'typer==0.13.0', # to create the command-line interface "markdown==3.7", # to convert Markdown to HTML - "PyMuPDF==1.24.13", # to convert PDF files to images + "PyMuPDF==1.24.14", # to convert PDF files to images ] classifiers = [ "Intended Audience :: Science/Research",