Skip to content

Commit 882e320

Browse files
dependabot[bot]csernazs
authored andcommitted
build(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccc385b commit 882e320

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ reno = "^3.5.0"
4646
mypy = "^0.971"
4747
types-requests = "^2.28.9"
4848
pytest = "^7.1.3"
49-
pytest-cov = "^3.0.0"
49+
pytest-cov = ">=3,<5"
5050
coverage = "^6.4.4"
5151
ipdb = "^0.13.9"
5252
types-toml = "^0.10.8"
@@ -66,7 +66,7 @@ optional = true
6666

6767
[tool.poetry.group.test.dependencies]
6868
pytest = "^7.1.3"
69-
pytest-cov = "^3.0.0"
69+
pytest-cov = ">=3,<5"
7070
coverage = "^6.4.4"
7171
requests = "^2.28.1"
7272
mypy = "^0.971"

0 commit comments

Comments
 (0)