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