From c33a98b433ece7f858e46c4e1be4dcad6246c608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 07:48:33 +0000 Subject: [PATCH] Bump pytest-cov from 4.1.0 to 7.0.0 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](https://github.com/pytest-dev/pytest-cov/compare/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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c7ffe8..51ced55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==7.4.0", - "pytest-cov==4.1.0", + "pytest-cov==7.0.0", "matplotlib==3.7.1", "jupyter==1.0.0" ] diff --git a/requirements.txt b/requirements.txt index aa12f0c..4e8c120 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ prometheus-client==0.20.0 # Testing and dev tools pytest==7.4.0 -pytest-cov==4.1.0 +pytest-cov==7.0.0 jupyter==1.0.0 # ------------------------------