Skip to content

Commit 355801e

Browse files
committed
Refresh an optional Python dependency
1 parent 9f330c4 commit 355801e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
# (An optional library for parsing PDF files.)
260260
"pdfminer": [
261261
'pdfminer.six==20251107;python_version<"3.10"',
262-
'pdfminer.six==20251230;python_version>="3.10"',
262+
'pdfminer.six==20260107;python_version>="3.10"',
263263
'cryptography==46.0.3',
264264
'cffi==2.0.0',
265265
'pycparser==2.23',

0 commit comments

Comments
 (0)