From 5971c9d19ee6678c359508ef48b9c43fd5581826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:21:12 +0000 Subject: [PATCH] deps(deps): Bump pytest-cov from 7.0.0 to 7.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/requirements.txt b/Docker/requirements.txt index 4421c28..d9c2eb6 100644 --- a/Docker/requirements.txt +++ b/Docker/requirements.txt @@ -38,4 +38,4 @@ pip==26.0 # Testing framework pytest==8.4.2 pytest-asyncio==1.2.0 -pytest-cov==7.0.0 \ No newline at end of file +pytest-cov==7.1.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c0ada00..64b125c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,4 +46,4 @@ pip==26.0 # Testing framework pytest==9.0.2 pytest-asyncio==1.3.0 -pytest-cov==7.0.0 \ No newline at end of file +pytest-cov==7.1.0 \ No newline at end of file