From a896fc852621a10d100933979d4a7ca76f77de23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:47:45 +0000 Subject: [PATCH] deps(deps): 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] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5b23931..4fe916b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # Testing pytest==7.4.4 pytest-asyncio==0.23.4 -pytest-cov==4.1.0 +pytest-cov==7.0.0 httpx==0.28.1 fakeredis>=2.21.0 diff --git a/requirements.txt b/requirements.txt index dfd0536..836dc2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -84,7 +84,7 @@ smolagents>=1.0.0 # Testing pytest==7.4.4 pytest-asyncio==0.23.4 -pytest-cov==4.1.0 +pytest-cov==7.0.0 httpx==0.28.1 fakeredis>=2.21.0 # Redis mocking for tests (Issue #8)