From 5d440302ed598cdb138ef8d1daca98a379669330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:30:25 +0000 Subject: [PATCH] build(deps-dev): bump the optional group with 1 update Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` to 5.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...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production dependency-group: optional ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7ce6af698..18875faf0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ postgres = [ ] pytest = [ "pytest>=7.4,<9.0", - "pytest-cov~=4.1", + "pytest-cov>=4.1,<6.0", "pytest-django~=4.5", "pytest-mock~=3.11", "pytest-playwright~=0.4.3",