Skip to content

Commit 00ba6a4

Browse files
committed
Refresh Python dependencies
1 parent 1b9b4a7 commit 00ba6a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rich>=14.2.0,<15
9090

9191
coverage>=7.6.1;python_version<"3.9"
9292
coverage>=7.10.7;python_version>="3.9" and python_version<"3.10"
93-
coverage>=7.11.0;python_version>="3.10"
93+
coverage>=7.11.1;python_version>="3.10"
9494
pytest-cov>=5.0.0;python_version<"3.9"
9595
pytest-cov>=7.0.0;python_version>="3.9"
9696
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"coverage": [
249249
'coverage>=7.6.1;python_version<"3.9"',
250250
'coverage>=7.10.7;python_version>="3.9" and python_version<"3.10"',
251-
'coverage>=7.11.0;python_version>="3.10"',
251+
'coverage>=7.11.1;python_version>="3.10"',
252252
'pytest-cov>=5.0.0;python_version<"3.9"',
253253
'pytest-cov>=7.0.0;python_version>="3.9"',
254254
],
@@ -279,7 +279,7 @@
279279
# (An optional library for parsing PDF files.)
280280
"pdfminer": [
281281
'pdfminer.six==20250324;python_version<"3.9"',
282-
'pdfminer.six==20250506;python_version>="3.9"',
282+
'pdfminer.six==20251107;python_version>="3.9"',
283283
'cryptography==39.0.2;python_version<"3.9"',
284284
'cryptography==46.0.3;python_version>="3.9"',
285285
'cffi==1.17.1;python_version<"3.9"',

0 commit comments

Comments
 (0)