Skip to content

Commit fd8d5dd

Browse files
Bump pytest-cov from 6.3.0 to 7.0.0 in /demos (#1618)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 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 37cbf28 commit fd8d5dd

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==6.4.0
1313
mypy==1.17.1
1414
flake8==7.3.0
1515
pytest==8.4.2
16-
pytest-cov==6.3.0
16+
pytest-cov==7.0.0
1717
sqlalchemy==2.0.43

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.17.1
1515
pytest==8.4.2
1616
pytest-aiohttp==1.1.0
1717
pytest-asyncio==0.26.0
18-
pytest-cov==6.3.0
18+
pytest-cov==7.0.0
1919
pytest-sugar==1.1.1

0 commit comments

Comments
 (0)