File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- pip >= 25.0
1
+ pip >= 25.0.1
2
2
packaging >= 24.2
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
4
setuptools >= 75.8.0 ;python_version >= "3.10"
@@ -70,7 +70,7 @@ rich==13.9.4
70
70
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
71
71
72
72
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"
74
74
pytest-cov >= 5.0.0 ;python_version < "3.9"
75
75
pytest-cov >= 6.0.0 ;python_version >= "3.9"
76
76
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 147
147
],
148
148
python_requires = ">=3.8" ,
149
149
install_requires = [
150
- 'pip>=25.0' ,
150
+ 'pip>=25.0.1 ' ,
151
151
'packaging>=24.2' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
153
'setuptools>=75.8.0;python_version>="3.10"' ,
228
228
# Usage: coverage run -m pytest; coverage html; coverage report
229
229
"coverage" : [
230
230
'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"' ,
232
232
'pytest-cov>=5.0.0;python_version<"3.9"' ,
233
233
'pytest-cov>=6.0.0;python_version>="3.9"' ,
234
234
],
259
259
"pdfminer" : [
260
260
'pdfminer.six==20240706' ,
261
261
'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"' ,
263
263
'cffi==1.17.1' ,
264
264
"pycparser==2.22" ,
265
265
],
You can’t perform that action at this time.
0 commit comments