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
22packaging >= 24.2
33setuptools ~= 70.2 ;python_version < "3.10"
44setuptools >= 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
7272coverage >= 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"
7474pytest-cov >= 5.0.0 ;python_version < "3.9"
7575pytest-cov >= 6.0.0 ;python_version >= "3.9"
7676flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 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"' ,
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 ],
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 ],
You can’t perform that action at this time.
0 commit comments