From ee19c5fd1ab2ec46463a44065fcc5a43e87e3a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:45:00 +0000 Subject: [PATCH] Bump bump-my-version from 0.24.2 to 0.24.3 Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.24.2 to 0.24.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.24.2...0.24.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.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/requirements_ci.txt b/CI/requirements_ci.txt index 21e5a69c1..ad87e713b 100644 --- a/CI/requirements_ci.txt +++ b/CI/requirements_ci.txt @@ -1,4 +1,4 @@ -bump-my-version==0.24.2 +bump-my-version==0.24.3 coveralls==4.0.1 deptry==0.16.2 flit==3.9.0 diff --git a/pyproject.toml b/pyproject.toml index 549670960..5c13a4adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ # Dev tools and testing "black[jupyter] ==24.4.2", "blackdoc ==0.3.9", - "bump-my-version ==0.24.2", + "bump-my-version ==0.24.3", "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.0",