From 714a369852acc05040f4e0fd8ce8e8f3a795fe31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:08:17 +0000 Subject: [PATCH] Bump bump-my-version from 1.1.0 to 1.2.4 Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 1.1.0 to 1.2.4. - [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/v1.1...1.2.4) --- updated-dependencies: - dependency-name: bump-my-version dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/bump-my-version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fac95777d..90fb80087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ # while releasing gha-utils itself. # v0.32.2 is the first fixing an issue preventing compilation with Nuitka. # v1.1.1 and later have some regressions: see https://github.com/callowayproject/bump-my-version/issues/331 - "bump-my-version >= 0.32.2, < 1.1.1", + "bump-my-version >= 0.32.2, < 1.2.5", # Click Extra 6.0.3 fix the regex_fullmatch_line_by_line() function we rely on. "click-extra ~= 6.0.3", "extra-platforms ~= 3.2.0", diff --git a/requirements/bump-my-version.txt b/requirements/bump-my-version.txt index 95cebd5c7..5a36fb405 100644 --- a/requirements/bump-my-version.txt +++ b/requirements/bump-my-version.txt @@ -1,4 +1,4 @@ -bump-my-version == 1.1.0 +bump-my-version == 1.2.4 # Bump-my-version does not cap Click so breaking version release are fetched: See: # https://github.com/callowayproject/bump-my-version/pull/371 # https://github.com/pallets/click/issues/3066