From 739a2245bca78b5d497fc9dc027bfabca7c2f583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:19:34 +0000 Subject: [PATCH] Bump bump-my-version from 0.30.1 to 0.31.1 in /release Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.30.1 to 0.31.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.1...0.31.1) --- updated-dependencies: - dependency-name: bump-my-version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- release/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/pyproject.toml b/release/pyproject.toml index c2a7f6f42a..e6c5701c16 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.1", + "bump-my-version==0.31.1", "fixit==2.1.0", "mypy==1.14.1", "pip-audit==2.7.3",