We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coverage==7.2.7
1 parent 26be38d commit 89081d9Copy full SHA for 89081d9
changelog/67.trivial.rst
@@ -0,0 +1 @@
1
+Bump to `coverage==7.2.7`
noxfile.py
@@ -31,7 +31,7 @@
31
SKIP_REQUIREMENTS_INSTALL = os.environ.get("SKIP_REQUIREMENTS_INSTALL", "0") == "1"
32
EXTRA_REQUIREMENTS_INSTALL = os.environ.get("EXTRA_REQUIREMENTS_INSTALL")
33
34
-COVERAGE_VERSION_REQUIREMENT = "coverage==6.2"
+COVERAGE_VERSION_REQUIREMENT = "coverage==7.2.7"
35
SALT_REQUIREMENT = os.environ.get("SALT_REQUIREMENT") or "salt>=3005"
36
if SALT_REQUIREMENT == "salt==master":
37
SALT_REQUIREMENT = "git+https://github.com/saltstack/salt.git@master"
0 commit comments