From 1ca327e13b2b58d81c2e83b26c75ea08835f870d Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 14 May 2022 14:51:59 -0700 Subject: [PATCH] Update pdfminer.six version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ed06abdc..21bde3a9 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,<=20220319 + pdfminer.six!=20200720,>=20191110,<=20220506 pikepdf!=5.0.0,>=4.0.0 pluggy>=0.13.0,<2 reportlab>=3.5.66