Skip to content

Commit c795a85

Browse files
committed
Refresh optional Python dependencies
1 parent fbf2143 commit c795a85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ rich>=14.0.0,<15
7777
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7878

7979
coverage>=7.6.1;python_version<"3.9"
80-
coverage>=7.8.2;python_version>="3.9"
80+
coverage>=7.9.0;python_version>="3.9"
8181
pytest-cov>=5.0.0;python_version<"3.9"
82-
pytest-cov>=6.1.1;python_version>="3.9"
82+
pytest-cov>=6.2.1;python_version>="3.9"
8383
flake8==5.0.4;python_version<"3.9"
8484
flake8==7.2.0;python_version>="3.9"
8585
mccabe==0.7.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@
233233
# Usage: coverage run -m pytest; coverage html; coverage report
234234
"coverage": [
235235
'coverage>=7.6.1;python_version<"3.9"',
236-
'coverage>=7.8.2;python_version>="3.9"',
236+
'coverage>=7.9.0;python_version>="3.9"',
237237
'pytest-cov>=5.0.0;python_version<"3.9"',
238-
'pytest-cov>=6.1.1;python_version>="3.9"',
238+
'pytest-cov>=6.2.1;python_version>="3.9"',
239239
],
240240
# pip install -e .[flake8]
241241
# Usage: flake8

0 commit comments

Comments
 (0)