From 8e1e6b60239222e8db0393271eb7db83526eeb23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:23:42 +0000 Subject: [PATCH 1/2] ci: update pytest-cov requirement from <5.0.0,>=4.1.0 to >=4.1.0,<7.0.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 847db8d2b..8fb3be3ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "pre-commit>=3.2.0,<4.2.0", "pytest>=8.0.0,<9.0.0", "pytest-asyncio>=0.26.0,<0.27.0", - "pytest-cov>=4.1.0,<5.0.0", + "pytest-cov>=4.1.0,<7.0.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.4.4,<0.5.0", ] @@ -144,7 +144,7 @@ extra-dependencies = [ "moto>=5.1.0,<6.0.0", "pytest>=8.0.0,<9.0.0", "pytest-asyncio>=0.26.0,<0.27.0", - "pytest-cov>=4.1.0,<5.0.0", + "pytest-cov>=4.1.0,<7.0.0", "pytest-xdist>=3.0.0,<4.0.0", ] extra-args = [ From f8e5a39b1572db2aba5c43c471c81281a5a15914 Mon Sep 17 00:00:00 2001 From: Jonathan Segev Date: Wed, 20 Aug 2025 13:48:22 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Patrick Gray --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fb3be3ed..8409b8fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "pre-commit>=3.2.0,<4.2.0", "pytest>=8.0.0,<9.0.0", "pytest-asyncio>=0.26.0,<0.27.0", - "pytest-cov>=4.1.0,<7.0.0", + "pytest-cov>=6.0.0,<7.0.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.4.4,<0.5.0", ] @@ -144,7 +144,7 @@ extra-dependencies = [ "moto>=5.1.0,<6.0.0", "pytest>=8.0.0,<9.0.0", "pytest-asyncio>=0.26.0,<0.27.0", - "pytest-cov>=4.1.0,<7.0.0", + "pytest-cov>=6.0.0,<7.0.0", "pytest-xdist>=3.0.0,<4.0.0", ] extra-args = [