diff --git a/pyproject.toml b/pyproject.toml index c1763716..90e2ff3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",