File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- pip >= 24.2
1
+ pip >= 24.3.1
2
2
packaging >= 24.2
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
4
setuptools >= 75.5.0 ;python_version >= "3.10"
@@ -64,7 +64,7 @@ rich==13.9.4
64
64
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
65
65
66
66
coverage >= 7.6.1 ;python_version < "3.9"
67
- coverage >= 7.6.5 ;python_version >= "3.9"
67
+ coverage >= 7.6.7 ;python_version >= "3.9"
68
68
pytest-cov >= 5.0.0 ;python_version < "3.9"
69
69
pytest-cov >= 6.0.0 ;python_version >= "3.9"
70
70
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>=24.2 ' ,
150
+ 'pip>=24.3.1 ' ,
151
151
'packaging>=24.2' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
153
'setuptools>=75.5.0;python_version>="3.10"' ,
222
222
# Usage: coverage run -m pytest; coverage html; coverage report
223
223
"coverage" : [
224
224
'coverage>=7.6.1;python_version<"3.9"' ,
225
- 'coverage>=7.6.5 ;python_version>="3.9"' ,
225
+ 'coverage>=7.6.7 ;python_version>="3.9"' ,
226
226
'pytest-cov>=5.0.0;python_version<"3.9"' ,
227
227
'pytest-cov>=6.0.0;python_version>="3.9"' ,
228
228
],
You can’t perform that action at this time.
0 commit comments