From c70431f3fba274c655ff123b913195eb9c532ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 18:58:04 +0000 Subject: [PATCH] Bump pytest-cov from 3.0.0 to 4.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.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 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2cbf973..426d691 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ flake8==5.0.4 tox==3.26.0 pytest==7.1.3 -pytest-cov==3.0.0 +pytest-cov==4.0.0 pytest-asyncio==0.19.0 mypy==0.971 sphinx==5.1.1 diff --git a/setup.cfg b/setup.cfg index 8197bfc..e2d37e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ testing = flake8==5.0.4 tox==3.25.1 pytest==7.1.2 - pytest-cov==3.0.0 + pytest-cov==4.0.0 pytest-asyncio==0.19.0 mypy==0.971 sphinx==5.1.1