From a473b214a65615cfc0ab62471e545d76651639cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:13:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Bump=20pytest-cov=20from=206.1.1?= =?UTF-8?q?=20to=206.2.1?= 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.1.1 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 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 c80fa1c..9e8b36e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ requires-python = ">=3.12" [project.optional-dependencies] -dev = ["pytest-cov == 6.1.1", "bumpver == 2024.1130", "pip-tools == 7.4.1", "pytest == 8.4.0", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] +dev = ["pytest-cov == 6.2.1", "bumpver == 2024.1130", "pip-tools == 7.4.1", "pytest == 8.4.0", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] [project.urls] Homepage = "https://github.com/openmsa/python-sdk"