From 0a177c64fee22e031e4ad6858f186dee8f3cff44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 09:59:11 +0000 Subject: [PATCH] build(deps): bump pytest-cov from 5.0.0 to 7.1.0 in /ressources Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.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/v5.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-major ... Signed-off-by: dependabot[bot] --- ressources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ressources/requirements.txt b/ressources/requirements.txt index ff3cf3e..5e8c631 100644 --- a/ressources/requirements.txt +++ b/ressources/requirements.txt @@ -1,5 +1,5 @@ flask==3.0.3 pytest==8.2.0 -pytest-cov==5.0.0 +pytest-cov==7.1.0 flake8==7.0.0 gunicorn==26.0.0