deps: update PyMuPDF req

This commit is contained in:
James R. Barlow 2023-10-14 01:15:49 -07:00
parent 0655f8e7ae
commit ad3a1dbbad
No known key found for this signature in database
GPG Key ID: E54A300D567E1260

View File

@ -50,7 +50,7 @@ Tracker = "https://github.com/ocrmypdf/OCRmyPDF/issues"
[project.optional-dependencies]
docs = ["sphinx", "sphinx-issues", "sphinx-rtd-theme"]
extended_test = ["PyMuPDF==1.19.1"]
extended_test = ["PyMuPDF>=1.19.1"]
test = [
"coverage[toml]>=6.2",
"hypothesis>=6.36.0",