From 8b19bafdf51c3ae1ea8584ad12a7bd669f2f2b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:43:11 +0000 Subject: [PATCH] Bump bump-my-version from 0.25.2 to 0.25.3 Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.25.2 to 0.25.3. - [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.2...0.25.3) --- 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 7bdc5c988..5ba9b657d 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -1,4 +1,4 @@ -bump-my-version==0.25.2 +bump-my-version==0.25.3 coveralls==4.0.1 deptry==0.19.1 flit==3.9.0 diff --git a/pyproject.toml b/pyproject.toml index 0470f699b..d48caa7b8 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.2", + "bump-my-version ==0.25.3", "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.0",