From 42115a3ed4518b184cce8f14d58c892e7be6edb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:46:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Bump=20bumpver=20from=202024.113?= =?UTF-8?q?0=20to=202025.1131?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [bumpver](https://github.com/mbarkhau/bumpver) from 2024.1130 to 2025.1131. - [Changelog](https://github.com/mbarkhau/bumpver/blob/master/CHANGELOG.md) - [Commits](https://github.com/mbarkhau/bumpver/compare/2024.1130...2025.1131) --- updated-dependencies: - dependency-name: bumpver dependency-version: '2025.1131' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82083c89..21e58564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ requires-python = ">=3.12" [project.optional-dependencies] -dev = ["pytest-cov == 6.2.1", "bumpver == 2024.1130", "pip-tools == 7.4.1", "pytest == 8.4.1", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] +dev = ["pytest-cov == 6.2.1", "bumpver == 2025.1131", "pip-tools == 7.4.1", "pytest == 8.4.1", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] [project.urls] Homepage = "https://github.com/openmsa/python-sdk"