Skip to content

Commit 3b26871

Browse files
deps(deps): bump pytest-cov from 4.1.0 to 7.0.0 (#40)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49aaf96 commit 3b26871

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Testing
55
pytest==7.4.4
66
pytest-asyncio==0.23.4
7-
pytest-cov==4.1.0
7+
pytest-cov==7.0.0
88
httpx==0.28.1
99
fakeredis>=2.21.0
1010

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ smolagents>=1.0.0
8484
# Testing
8585
pytest==7.4.4
8686
pytest-asyncio==0.23.4
87-
pytest-cov==4.1.0
87+
pytest-cov==7.0.0
8888
httpx==0.28.1
8989
fakeredis>=2.21.0 # Redis mocking for tests (Issue #8)
9090

0 commit comments

Comments
 (0)