From cdc927337576577a2e2c129d539424cd50b92d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:04:15 +0000 Subject: [PATCH] Update bump-my-version requirement from >=0.12.0 to >=1.3.0 Updates the requirements on [bump-my-version](https://github.com/callowayproject/bump-my-version) to permit the latest version. - [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.12.0...v1.3) --- updated-dependencies: - dependency-name: bump-my-version dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 369fb58..42dea4c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pytest pytest-asyncio tox mypy>=1.7.0 -bump-my-version>=0.12.0 \ No newline at end of file +bump-my-version>=1.3.0 \ No newline at end of file