From c71c2678926d96849c8774d841c04e174f033712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:32:29 +0000 Subject: [PATCH] Bump bumpver from 2025.1131 to 2026.1132 Bumps [bumpver](https://github.com/mbarkhau/bumpver) from 2025.1131 to 2026.1132. - [Changelog](https://github.com/mbarkhau/bumpver/blob/master/CHANGELOG.md) - [Commits](https://github.com/mbarkhau/bumpver/compare/2025.1131...2026.1132) --- updated-dependencies: - dependency-name: bumpver dependency-version: '2026.1132' dependency-type: direct:development 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 9d2100a9..0947d924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ Issues = "https://github.com/loopj/aiovantage/issues" Source = "https://github.com/loopj/aiovantage" [project.optional-dependencies] -dev = ["pyright==1.1.408", "ruff==0.15.4", "bumpver==2025.1131"] +dev = ["pyright==1.1.408", "ruff==0.15.4", "bumpver==2026.1132"] docs = [ "mkdocstrings==1.0.3",