From f7bfbf2e2ac1c7f785e946a82cfd8c9c52a20306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 19:42:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pytest-cov=20from=204.1.0=20?= =?UTF-8?q?to=205.0.0=20(#125)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yasser Tahiri --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed1b868..97bf117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ lint = [ ] test = [ "pytest==8.1.1", + "pytest-cov==5.0.0", "pytest-asyncio == 0.23.6", - "pytest-cov==4.1.0", "pytest-pretty", "django-stubs", ]