From 07d5e9275935f7ff77438b41f657cddcb79ccdb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:47:09 +0000 Subject: [PATCH] Bump bump-my-version from 0.23.0 to 0.24.1 Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.23.0 to 0.24.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.23.0...0.24.1) --- updated-dependencies: - dependency-name: bump-my-version dependency-type: direct:production 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 8c101b404..f10863d2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ # Dev tools and testing "black[jupyter] ==24.4.2", "blackdoc ==0.3.9", - "bump-my-version ==0.23.0", + "bump-my-version ==0.24.1", "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.0",