Skip to content

Commit 89081d9

Browse files
committed
Bump to coverage==7.2.7
Signed-off-by: Pedro Algarvio <[email protected]>
1 parent 26be38d commit 89081d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/67.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump to `coverage==7.2.7`

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
SKIP_REQUIREMENTS_INSTALL = os.environ.get("SKIP_REQUIREMENTS_INSTALL", "0") == "1"
3232
EXTRA_REQUIREMENTS_INSTALL = os.environ.get("EXTRA_REQUIREMENTS_INSTALL")
3333

34-
COVERAGE_VERSION_REQUIREMENT = "coverage==6.2"
34+
COVERAGE_VERSION_REQUIREMENT = "coverage==7.2.7"
3535
SALT_REQUIREMENT = os.environ.get("SALT_REQUIREMENT") or "salt>=3005"
3636
if SALT_REQUIREMENT == "salt==master":
3737
SALT_REQUIREMENT = "git+https://github.com/saltstack/salt.git@master"

0 commit comments

Comments
 (0)