Skip to content

Commit c1e8fd7

Browse files
build(deps-dev): bump pytest-cov from 4.1.0 to 6.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5d0acb commit c1e8fd7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 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
@@ -37,7 +37,7 @@ typing-extensions = { version = "^4.4.0", python = "<3.11" }
3737

3838
[tool.poetry.group.test.dependencies]
3939
pytest = "^7.2.1"
40-
pytest-cov = "^4.0.0"
40+
pytest-cov = ">=4,<7"
4141

4242
[tool.poetry.group.dev.dependencies]
4343
autoflake = ">=1.7.7,<3.0.0"

0 commit comments

Comments
 (0)