From 1255d810b4a5977e170da5045ce0ab2b28031df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:45:17 +0000 Subject: [PATCH] Bump pytest-cov from 2.12.1 to 5.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 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/v2.12.1...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 32f8806..57d0263 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ requests>=2.19.1,<3.0.0 aiohttp[speedups]>=3.7.4.post0,<4.0.0 pytest==6.2.5 pytest-html==3.1.1 -pytest-cov==2.12.1 +pytest-cov==5.0.0 pytest-json-report==1.4.0 pytest-aiohttp==0.3.0 pytest-custom_exit_code==0.3.0