Skip to content

Commit 6162a73

Browse files
committed
Refresh Python dependencies
1 parent 273d4b2 commit 6162a73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip>=24.2
1+
pip>=24.3.1
22
packaging>=24.2
33
setuptools~=70.2;python_version<"3.10"
44
setuptools>=75.5.0;python_version>="3.10"
@@ -64,7 +64,7 @@ rich==13.9.4
6464
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
6565

6666
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"
6868
pytest-cov>=5.0.0;python_version<"3.9"
6969
pytest-cov>=6.0.0;python_version>="3.9"
7070
flake8==5.0.4;python_version<"3.9"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
],
148148
python_requires=">=3.8",
149149
install_requires=[
150-
'pip>=24.2',
150+
'pip>=24.3.1',
151151
'packaging>=24.2',
152152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153153
'setuptools>=75.5.0;python_version>="3.10"',
@@ -222,7 +222,7 @@
222222
# Usage: coverage run -m pytest; coverage html; coverage report
223223
"coverage": [
224224
'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"',
226226
'pytest-cov>=5.0.0;python_version<"3.9"',
227227
'pytest-cov>=6.0.0;python_version>="3.9"',
228228
],

0 commit comments

Comments
 (0)