From 04996caac34a418cf233c0f3c8ac436b6f2b5920 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 22 Mar 2022 22:36:06 -0700 Subject: [PATCH] pdfminer 20220319 --- docs/release_notes.rst | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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