From d83e6f419d5f51ea6256fd2bde8cb0f58e1bb368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:20:50 +0000 Subject: [PATCH] deps: bump pytest-cov from 7.0.0 to 7.1.0 in the test-dependencies group Bumps the test-dependencies group with 1 update: [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `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 dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c11bc7b..5cfabe1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,4 @@ requests==2.32.5 pytest==8.4.2 pytest-asyncio==1.2.0 pytest-mock==3.15.1 -pytest-cov==7.0.0 \ No newline at end of file +pytest-cov==7.1.0 \ No newline at end of file