From c46b875b0c8d5eec9952e433a920742594a71cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:18:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20MSA-14124:=20Bump=20pytest-cov?= =?UTF-8?q?=20from=207.0.0=20to=207.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 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 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 c23094c..c3c8efc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ requires-python = ">=3.12" [project.optional-dependencies] -dev = ["pytest-cov == 7.0.0", "bumpver == 2025.1131", "pip-tools == 7.5.3", "pytest == 9.0.2", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] +dev = ["pytest-cov == 7.1.0", "bumpver == 2025.1131", "pip-tools == 7.5.3", "pytest == 9.0.2", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] [project.urls] Homepage = "https://github.com/openmsa/python-sdk"