Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc934bea

Browse files
committed
Refresh coverage
1 parentcfe1139 commitc934bea

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
@@ -76,7 +76,7 @@ rich>=14.2.0,<15
7676
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7777

7878
coverage>=7.10.7;python_version<"3.10"
79-
coverage>=7.12.0;python_version>="3.10"
79+
coverage>=7.13.0;python_version>="3.10"
8080
pytest-cov>=7.0.0
8181
flake8==7.3.0
8282
mccabe==0.7.0

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
# Usage: coverage run -m pytest; coverage html; coverage report
234234
"coverage": [
235235
'coverage>=7.10.7;python_version<"3.10"',
236-
'coverage>=7.12.0;python_version>="3.10"',
236+
'coverage>=7.13.0;python_version>="3.10"',
237237
'pytest-cov>=7.0.0',
238238
],
239239
# pip install -e .[flake8]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp