From 87d2f7d8b431ab18df5347c9aef436192cf05c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:22:01 +0000 Subject: [PATCH] chore(deps-dev): Update pytest-cov requirement from >=3,<6 to >=3,<7 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/v3.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3876de8..4496f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pydantic = ">=1.9.0,<3.0.0" [tool.poetry.group.dev.dependencies] pytest = ">=7.1.2,<9.0.0" -pytest-cov = ">=3,<6" +pytest-cov = ">=3,<7" tox = ">=3.26,<5.0" ruff = ">=0.5.0,<0.9.0" pyright = ">=1.1.350,<1.2"