diff --git a/docs/release_notes.rst b/docs/release_notes.rst index dab243a2..a3fc991f 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,11 @@ may be unreliable. Use the API to depend on precise behavior. The public API may be useful in scripts that launch OCRmyPDF processes or that wish to use some of its features for working with PDFs.. +v13.4.2 +======= + +- Marked pdfminer 20220319 as supported. + v13.4.1 ======= diff --git a/setup.cfg b/setup.cfg index c2208da6..bdb4911a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = coloredlogs>=14.0 # strictly optional img2pdf>=0.3.0,<0.5 # pure Python packaging>=20 - pdfminer.six!=20200720,>=20191110,<=20211012 + pdfminer.six!=20200720,>=20191110,<=20220319 pikepdf>=4.0.0,!=5.0.0 pluggy>=0.13.0,<2 reportlab>=3.5.66