Skip to content

Commit 998ae0c

Browse files
build: bump pytest-cov from 5.0.0 to 6.0.0 in /ClientAdvisor/App (#274)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production 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 2572f19 commit 998ae0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClientAdvisor/App/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ black==24.8.0
1717
autoflake==2.3.1
1818
isort==5.13.2
1919
pytest-asyncio==0.24.0
20-
pytest-cov==5.0.0
20+
pytest-cov==6.0.0

ClientAdvisor/App/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ isort==5.13.2
2323
# Testing tools
2424
pytest>=8.2,<9 # Compatible version for pytest-asyncio
2525
pytest-asyncio==0.24.0
26-
pytest-cov==5.0.0
26+
pytest-cov==6.0.0

0 commit comments

Comments
 (0)