Skip to content

Commit 4d3a8aa

Browse files
Merge pull request #392 from mikelane/dependabot/pip/{{-cookiecutter.__project_name-}}/pytest-cov-6.0.0
Bump pytest-cov from 5.0.0 to 6.0.0 in /{{ cookiecutter.__project_name }}
2 parents 7311129 + 5bbbc11 commit 4d3a8aa

File tree

2 files changed

+71
-60
lines changed

2 files changed

+71
-60
lines changed

{{ cookiecutter.__project_name }}/poetry.lock

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

{{ cookiecutter.__project_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = "^3.11"
1414

1515
[tool.poetry.group.test.dependencies]
1616
pytest = "^8.3.3"
17-
pytest-cov = "^5.0.0"
17+
pytest-cov = "^6.0.0"
1818

1919

2020
[tool.poetry.group.lint.dependencies]

0 commit comments

Comments
 (0)