Skip to content

Commit c50f335

Browse files
committed
Refresh Python dependencies
1 parent 9a9c253 commit c50f335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rich==13.7.1
7171

7272
coverage==6.2;python_version<"3.7"
7373
coverage==7.2.7;python_version>="3.7" and python_version<"3.8"
74-
coverage==7.4.3;python_version>="3.8"
74+
coverage==7.4.4;python_version>="3.8"
7575
pytest-cov==4.0.0;python_version<"3.7"
7676
pytest-cov==4.1.0;python_version>="3.7"
7777
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
# Usage: coverage run -m pytest; coverage html; coverage report
228228
"coverage": [
229229
'coverage==7.2.7;python_version<"3.8"',
230-
'coverage==7.4.3;python_version>="3.8"',
230+
'coverage==7.4.4;python_version>="3.8"',
231231
'pytest-cov==4.1.0',
232232
],
233233
# pip install -e .[flake8]

0 commit comments

Comments
 (0)