Skip to content

Commit ad12886

Browse files
committed
Refresh Python dependencies
1 parent 835bb6d commit ad12886

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip>=25.0
1+
pip>=25.0.1
22
packaging>=24.2
33
setuptools~=70.2;python_version<"3.10"
44
setuptools>=75.8.0;python_version>="3.10"
@@ -70,7 +70,7 @@ rich==13.9.4
7070
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7171

7272
coverage>=7.6.1;python_version<"3.9"
73-
coverage>=7.6.10;python_version>="3.9"
73+
coverage>=7.6.12;python_version>="3.9"
7474
pytest-cov>=5.0.0;python_version<"3.9"
7575
pytest-cov>=6.0.0;python_version>="3.9"
7676
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
],
148148
python_requires=">=3.8",
149149
install_requires=[
150-
'pip>=25.0',
150+
'pip>=25.0.1',
151151
'packaging>=24.2',
152152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153153
'setuptools>=75.8.0;python_version>="3.10"',
@@ -228,7 +228,7 @@
228228
# Usage: coverage run -m pytest; coverage html; coverage report
229229
"coverage": [
230230
'coverage>=7.6.1;python_version<"3.9"',
231-
'coverage>=7.6.10;python_version>="3.9"',
231+
'coverage>=7.6.12;python_version>="3.9"',
232232
'pytest-cov>=5.0.0;python_version<"3.9"',
233233
'pytest-cov>=6.0.0;python_version>="3.9"',
234234
],
@@ -259,7 +259,7 @@
259259
"pdfminer": [
260260
'pdfminer.six==20240706',
261261
'cryptography==39.0.2;python_version<"3.9"',
262-
'cryptography==44.0.0;python_version>="3.9"',
262+
'cryptography==44.0.1;python_version>="3.9"',
263263
'cffi==1.17.1',
264264
"pycparser==2.22",
265265
],

0 commit comments

Comments
 (0)