Skip to content

Commit c553e4d

Browse files
Bump pytest-cov from 4.1.0 to 5.0.0 (#126)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4ef512 commit c553e4d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 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
@@ -23,7 +23,7 @@ sqlalchemy = ["sqlalchemy", "requests"]
2323
[tool.poetry.group.dev.dependencies]
2424
coverage = ">=6.5,<8.0"
2525
pytest = ">=7.1.3,<9.0.0"
26-
pytest-cov = "^4.0.0"
26+
pytest-cov = ">=4,<6"
2727
parameterized = ">=0.8.1,<0.10.0"
2828
tox = ">=3.26,<5.0"
2929
urllib3 = ">=1.26.12,<3.0.0"

0 commit comments

Comments
 (0)