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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-25 00:14:28 +00:00
committed by Sina Atalay
parent cd1056a148
commit b3c818080b

View File

@@ -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",