Skip to content

Commit fd31e58

Browse files
chore(deps-dev): bump pytest-cov from 6.3.0 to 7.0.0 (#7357)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leandro Damascena <[email protected]>
1 parent afb9f1b commit fd31e58

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ coverage = { extras = ["toml"], version = "^7.6" }
8484
pytest = "^8.3.4"
8585
boto3 = "^1.26.164"
8686
isort = ">=5.13.2,<7.0.0"
87-
pytest-cov = ">=5,<7"
87+
pytest-cov = ">=5,<8"
8888
pytest-mock = "^3.14.0"
8989
pytest-asyncio = ">=0.24,<1.2"
9090
bandit = "^1.7.10"

0 commit comments

Comments
 (0)