Skip to content

Commit 858f1e2

Browse files
build(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0 (#722)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.0.0...v4.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 9cea85c commit 858f1e2

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
@@ -14,4 +14,4 @@ redis==4.5.4
1414
mypy==1.2.0
1515
flake8==6.0.0
1616
pytest==7.4.0
17-
pytest-cov==4.0.0
17+
pytest-cov==4.1.0

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.2.0
1515
pytest==7.4.0
1616
pytest-aiohttp==1.0.4
1717
pytest-asyncio==0.21.0
18-
pytest-cov==4.0.0
18+
pytest-cov==4.1.0
1919
pytest-sugar==0.9.7

0 commit comments

Comments
 (0)