From e761f91d2725ff8b1622a1c536e8a550180bd321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 12:04:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Bump=20pytest-cov=20from=206.0.0?= =?UTF-8?q?=20to=206.1.0?= 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 6.0.0 to 6.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development 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 2c5bd490..0437349b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ requires-python = ">=3.11" [project.optional-dependencies] -dev = ["pytest-cov == 6.0.0", "bumpver == 2024.1130", "pip-tools == 7.4.1", "pytest == 8.3.5", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] +dev = ["pytest-cov == 6.1.0", "bumpver == 2024.1130", "pip-tools == 7.4.1", "pytest == 8.3.5", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] [project.urls] Homepage = "https://github.com/openmsa/python-sdk"