Skip to content

Commit 42e6399

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

+9-9
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
@@ -58,7 +58,7 @@ importlib_metadata = { version = ">=8.0.0,<9", python = "<3.10"}
5858
ipython = "^8.0"
5959
# test
6060
pytest = ">=7.2,<9.0"
61-
pytest-cov = ">=4,<6"
61+
pytest-cov = ">=4,<7"
6262
pytest-mock = "^3.10"
6363
pytest-regressions = "^2.4.0"
6464
pytest-freezer = "^0.4.6"

0 commit comments

Comments
 (0)