From 4cd99737095a8564c7210cee6bbe8e1edc857338 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 31 Jan 2025 11:18:50 +0000
Subject: [PATCH] Bump bump-my-version from 0.30.0 to 0.30.1 in /release

Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.30.0 to 0.30.1.
- [Release notes](https://github.com/callowayproject/bump-my-version/releases)
- [Changelog](https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md)
- [Commits](https://github.com/callowayproject/bump-my-version/compare/0.30.0...0.30.1)

---
updated-dependencies:
- dependency-name: bump-my-version
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 release/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/pyproject.toml b/release/pyproject.toml
index bffeddbd8e..c2a7f6f42a 100644
--- a/release/pyproject.toml
+++ b/release/pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
 ]
 optional-dependencies.tools = [
     "bandit==1.8.2",
-    "bump-my-version==0.30.0",
+    "bump-my-version==0.30.1",
     "fixit==2.1.0",
     "mypy==1.14.1",
     "pip-audit==2.7.3",