From 742f4ba2ac6ce6d686f1b7c2922d09195e8273a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:21:04 +0000 Subject: [PATCH] Bump bump-my-version from 0.24.3 to 0.25.0 Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.24.3 to 0.25.0. - [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.24.3...0.25.0) --- updated-dependencies: - dependency-name: bump-my-version dependency-type: direct:production update-type: version-update:semver-minor ... 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 66d88e126..03b28af52 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -1,4 +1,4 @@ -bump-my-version==0.24.3 +bump-my-version==0.25.0 coveralls==4.0.1 deptry==0.18.0 flit==3.9.0 diff --git a/pyproject.toml b/pyproject.toml index c1d56f98f..a04062bb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ # Dev tools and testing "black[jupyter] ==24.8.0", "blackdoc ==0.3.9", - "bump-my-version ==0.24.3", + "bump-my-version ==0.25.0", "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.0",