From c97553f448ff67e5cbfddffbb1b5c55dea2c929e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:30:01 +0000 Subject: [PATCH] chore(deps): bump pytest-cov from 4.1.0 to 5.0.0 in /backend Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ff354d9..d47fdba 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -21,7 +21,7 @@ pre-commit==3.6.2 pydantic-settings==2.2.1 pytest==8.1.1 pytest-asyncio==0.23.6 -pytest-cov==4.1.0 +pytest-cov==5.0.0 pytest-xdist==3.5.0 python-decouple==3.8 python-dotenv==1.0.1