From 17e4305c076f49ec8ce51a533dc1e72f317fd78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:08:41 +0000 Subject: [PATCH] chore(deps): bump pytest-cov from 3.0.0 to 5.0.0 in /dev_requirements Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.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/v3.0.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] --- dev_requirements/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/test-requirements.txt b/dev_requirements/test-requirements.txt index c73de305..da1fd0a5 100644 --- a/dev_requirements/test-requirements.txt +++ b/dev_requirements/test-requirements.txt @@ -2,7 +2,7 @@ hypothesis==6.31.6 mock==4.0.3 moto==3.0.2 pytest==7.2.1 -pytest-cov==3.0.0 +pytest-cov==5.0.0 pytest-mock==3.10.0 pytest-xdist==3.2.0 boto3==1.28.38