Skip to content

Commit 853752a

Browse files
authored
ansible-test - Upgrade to coverage 7.10.0 (#85541)
1 parent 181dbdb commit 853752a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
minor_changes:
2-
- ansible-test - Upgrade to ``coverage`` version 7.9.1 for Python 3.9 and later.
2+
- ansible-test - Upgrade to ``coverage`` version 7.10.0 for Python 3.9 and later.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The test-constraints sanity test verifies this file, but changes must be made manually to keep it in up-to-date.
2-
coverage == 7.9.1 ; python_version >= '3.9' and python_version <= '3.14'
2+
coverage == 7.10.0 ; python_version >= '3.9' and python_version <= '3.14'
33
coverage == 7.6.1 ; python_version >= '3.8' and python_version <= '3.8'

test/lib/ansible_test/_internal/coverage_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class CoverageVersion:
7070

7171
COVERAGE_VERSIONS = (
7272
# IMPORTANT: Keep this in sync with the ansible-test.txt requirements file.
73-
CoverageVersion('7.9.1', 7, (3, 9), (3, 14)),
73+
CoverageVersion('7.10.0', 7, (3, 9), (3, 14)),
7474
CoverageVersion('7.6.1', 7, (3, 8), (3, 8)),
7575
)
7676
"""

0 commit comments

Comments
 (0)