Skip to content

Commit b169678

Browse files
Bump coverage from 7.15.0 to 7.15.1
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.15.0 to 7.15.1. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.0...7.15.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a99cd08 commit b169678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ all = [
3434
development = [
3535
"build==1.5.0",
3636
"coverage==7.10.7; python_version <= '3.11'",
37-
"coverage==7.15.0; python_version > '3.11'",
37+
"coverage==7.15.1; python_version > '3.11'",
3838
"cryptography==49.0.0",
3939
"psutil==7.2.2",
4040
"pytest-cov==7.1.0",
@@ -64,7 +64,7 @@ test = [
6464
"pytest==8.4.2; python_version <= '3.11'",
6565
"pytest==9.1.1; python_version > '3.11'",
6666
"coverage==7.10.7; python_version <= '3.11'",
67-
"coverage==7.15.0; python_version > '3.11'",
67+
"coverage==7.15.1; python_version > '3.11'",
6868
]
6969

7070
[tool.setuptools]

0 commit comments

Comments
 (0)