From 570cca815cfb218721dd25e6f0d2b20472621619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:02:55 +0000 Subject: [PATCH] build: bump pytest-cov from 5.0.0 to 6.0.0 in /ClientAdvisor/App 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](https://github.com/pytest-dev/pytest-cov/compare/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] --- ClientAdvisor/App/requirements-dev.txt | 2 +- ClientAdvisor/App/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ClientAdvisor/App/requirements-dev.txt b/ClientAdvisor/App/requirements-dev.txt index 5d246093..474fc00d 100644 --- a/ClientAdvisor/App/requirements-dev.txt +++ b/ClientAdvisor/App/requirements-dev.txt @@ -17,4 +17,4 @@ black==24.8.0 autoflake==2.3.1 isort==5.13.2 pytest-asyncio==0.24.0 -pytest-cov==5.0.0 \ No newline at end of file +pytest-cov==6.0.0 \ No newline at end of file diff --git a/ClientAdvisor/App/requirements.txt b/ClientAdvisor/App/requirements.txt index 20851cbe..6961613c 100644 --- a/ClientAdvisor/App/requirements.txt +++ b/ClientAdvisor/App/requirements.txt @@ -23,4 +23,4 @@ isort==5.13.2 # Testing tools pytest>=8.2,<9 # Compatible version for pytest-asyncio pytest-asyncio==0.24.0 -pytest-cov==5.0.0 \ No newline at end of file +pytest-cov==6.0.0 \ No newline at end of file