Skip to content

Commit eff4975

Browse files
Update pytest-cov requirement from ^6.0.0 to ^7.0.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01884ea commit eff4975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ psycopg = { extras = ['binary'], version = '^3.2.4' }
1515

1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "8.4.1"
18-
pytest-cov = "^6.0.0"
18+
pytest-cov = "^7.0.0"
1919
ruff = "^0.12.2"
2020
httpx = "0.28.1"
2121

0 commit comments

Comments
 (0)