Skip to content

Commit 3444cad

Browse files
Bump pytest-cov from 6.0.0 to 6.1.0 (#1422)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13c7c76 commit 3444cad

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.1
1313
mypy==1.15.0
1414
flake8==7.2.0
1515
pytest==8.3.5
16-
pytest-cov==6.0.0
16+
pytest-cov==6.1.0
1717
sqlalchemy==2.0.40

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.15.0
1515
pytest==8.3.5
1616
pytest-aiohttp==1.1.0
1717
pytest-asyncio==0.26.0
18-
pytest-cov==6.0.0
18+
pytest-cov==6.1.0
1919
pytest-sugar==1.0.0

0 commit comments

Comments
 (0)