Skip to content

Commit 5142ec1

Browse files
Bump pytest-cov from 6.1.1 to 6.2.1 (#1497)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 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 cfd1a6f commit 5142ec1

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.1.0
1313
mypy==1.15.0
1414
flake8==7.2.0
1515
pytest==8.3.5
16-
pytest-cov==6.1.1
16+
pytest-cov==6.2.1
1717
sqlalchemy==2.0.41

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.1.1
18+
pytest-cov==6.2.1
1919
pytest-sugar==1.0.0

0 commit comments

Comments
 (0)