Skip to content

Commit ce77bae

Browse files
Bump pytest-cov from 5.0.0 to 6.0.0 (#1276)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 044f5c7 commit ce77bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/graphql-demo/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ redis==5.2.0
1313
mypy==1.13.0
1414
flake8==7.1.1
1515
pytest==8.1.1
16-
pytest-cov==5.0.0
16+
pytest-cov==6.0.0
1717
sqlalchemy==2.0.36

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ mypy==1.13.0
1515
pytest==8.1.1
1616
pytest-aiohttp==1.0.5
1717
pytest-asyncio==0.23.5
18-
pytest-cov==5.0.0
18+
pytest-cov==6.0.0
1919
pytest-sugar==1.0.0

0 commit comments

Comments
 (0)