From 7e30a4e69156f001787d5bc164f32799c4412c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 08:02:30 +0000 Subject: [PATCH] Bump pytest-cov from 4.0.0 to 4.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47b2537cd..49319165e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ format = ["black == 23.3.0", "isort == 5.12.0"] nox = ["nox == 2023.4.22", "toml == 0.10.2"] pytest = [ "pytest == 7.3.1", - "pytest-cov == 4.0.0", + "pytest-cov == 4.1.0", "pytest-mock == 3.10.0", "pytest-asyncio == 0.21.0", "time-machine == 2.9.0",