Skip to content

Commit 8daca3f

Browse files
dependabot[bot]Lee-W
authored andcommitted
build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.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 d34b946 commit 8daca3f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ importlib_metadata = { version = ">=4.13,<8"}
5454
ipython = "^8.0"
5555
# test
5656
pytest = ">=7.2,<9.0"
57-
pytest-cov = "^4.0"
57+
pytest-cov = ">=4,<6"
5858
pytest-mock = "^3.10"
5959
pytest-regressions = "^2.4.0"
6060
pytest-freezer = "^0.4.6"

0 commit comments

Comments
 (0)