Skip to content

Commit bca784b

Browse files
Bump coverage from 7.13.4 to 7.13.5 (#456)
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.4 to 7.13.5. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.4...7.13.5) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24b4fd2 commit bca784b

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
@@ -41,7 +41,7 @@ all = [
4141
development = [
4242
"build==1.4.0",
4343
"coverage==7.10.7; python_version <= '3.11'",
44-
"coverage==7.13.4; python_version > '3.11'",
44+
"coverage==7.13.5; python_version > '3.11'",
4545
"cryptography==46.0.5",
4646
"orjson==3.11.7",
4747
"psutil==7.2.2",
@@ -91,7 +91,7 @@ test = [
9191
"pytest==8.4.2; python_version <= '3.11'",
9292
"pytest==9.0.2; python_version > '3.11'",
9393
"coverage==7.10.7; python_version <= '3.11'",
94-
"coverage==7.13.4; python_version > '3.11'",
94+
"coverage==7.13.5; python_version > '3.11'",
9595
]
9696

9797
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)