Skip to content

Commit

Permalink
build(deps): bump pymupdf from 1.24.11 to 1.24.12 (#188)
Browse files Browse the repository at this point in the history
Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.11 to 1.24.12.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.11...1.24.12)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 377aa9f commit 1263724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies = [
'ruamel.yaml==0.18.6', # to parse YAML files
'typer==0.12.5', # to create the command-line interface
"markdown==3.7", # to convert Markdown to HTML
"PyMuPDF==1.24.11", # to convert PDF files to images
"PyMuPDF==1.24.12", # to convert PDF files to images
]
classifiers = [
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 1263724

Please sign in to comment.