Skip to content

Commit 53b6644

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ all = [
3535
development = [
3636
"build==1.4.0",
3737
"coverage==7.10.7; python_version <= '3.11'",
38-
"coverage==7.13.3; python_version > '3.11'",
38+
"coverage==7.13.4; python_version > '3.11'",
3939
"cryptography==46.0.4",
4040
"psutil==7.2.2",
4141
"pytest-cov==7.0.0",
@@ -84,7 +84,7 @@ test = [
8484
"pytest==8.4.2; python_version <= '3.11'",
8585
"pytest==9.0.2; python_version > '3.11'",
8686
"coverage==7.10.7; python_version <= '3.11'",
87-
"coverage==7.13.3; python_version > '3.11'",
87+
"coverage==7.13.4; python_version > '3.11'",
8888
]
8989

9090
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)