From 992b84f20e244d33e77689d8e9400d85a86d72a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:01:52 +0000 Subject: [PATCH] Bump bump-my-version from 0.25.3 to 0.25.4 Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.25.3 to 0.25.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/0.25.3...0.25.4) --- updated-dependencies: - dependency-name: bump-my-version dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- CI/requirements_ci.in | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/requirements_ci.in b/CI/requirements_ci.in index e373cbd4f..bc09b5f91 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -1,4 +1,4 @@ -bump-my-version==0.25.3 +bump-my-version==0.25.4 coveralls==4.0.1 deptry==0.19.1 flit==3.9.0 diff --git a/pyproject.toml b/pyproject.toml index d48caa7b8..3ea17821f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev = [ # Dev tools and testing "black[jupyter] ==24.8.0", "blackdoc ==0.3.9", - "bump-my-version ==0.25.3", + "bump-my-version ==0.25.4", "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.0",