From c0b38f86b18999af5a04f7a94c53855f42dececf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:05:53 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: [bump-my-version](https://github.com/callowayproject/bump-my-version) and [tox](https://github.com/tox-dev/tox). Updates `bump-my-version` from 0.27.0 to 0.28.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.27.0...0.28.0) Updates `tox` from 4.21.2 to 4.23.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.21.2...4.23.0) --- updated-dependencies: - dependency-name: bump-my-version dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- CI/requirements_ci.in | 4 ++-- CI/requirements_ci.txt | 12 ++++++------ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CI/requirements_ci.in b/CI/requirements_ci.in index b7acef217..648516b9e 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -1,7 +1,7 @@ -bump-my-version==0.27.0 +bump-my-version==0.28.0 deptry==0.20.0 flit==3.9.0 pip==24.2.0 pylint==3.3.1 -tox==4.21.2 +tox==4.23.0 tox-gh==1.4.4 diff --git a/CI/requirements_ci.txt b/CI/requirements_ci.txt index ca7d1aac4..61bc9eb86 100644 --- a/CI/requirements_ci.txt +++ b/CI/requirements_ci.txt @@ -16,9 +16,9 @@ bracex==2.4 \ --hash=sha256:a27eaf1df42cf561fed58b7a8f3fdf129d1ea16a81e1fadd1d17989bc6384beb \ --hash=sha256:efdc71eff95eaff5e0f8cfebe7d01adf2c8637c8c92edaf63ef348c241a82418 # via wcmatch -bump-my-version==0.27.0 \ - --hash=sha256:483c517af91559644d45036648e5d99f4f8c85f8d01394097d3d3e42c9e6acad \ - --hash=sha256:911bfaf7d847d4348844c8fd16f7a11322233fb8dc90123f638069a369003642 +bump-my-version==0.28.0 \ + --hash=sha256:cc84ace477022a4cc8c401ef5c035f2f752df45488be90ccb764a47f7de0e395 \ + --hash=sha256:ff3cb51bb15509ae8ebb8e8efa3eaa7c02209677f45457c8b007ef2f5bef7179 # via -r CI/requirements_ci.in cachetools==5.5.0 \ --hash=sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292 \ @@ -369,9 +369,9 @@ tomlkit==0.13.0 \ # via # bump-my-version # pylint -tox==4.21.2 \ - --hash=sha256:13d996adcd792e7c82994b0e116d85efd84f0c6d185254d83d156f73f86b2038 \ - --hash=sha256:49381ff102296753e378fa5ff30e42a35e695f149b4dbf8a2c49d15fdb5797b2 +tox==4.23.0 \ + --hash=sha256:46da40afb660e46238c251280eb910bdaf00b390c7557c8e4bb611f422e9db12 \ + --hash=sha256:a6bd7d54231d755348d3c3a7b450b5bf6563833716d1299a1619587a1b77a3bf # via # -r CI/requirements_ci.in # tox-gh diff --git a/pyproject.toml b/pyproject.toml index fdef893f5..b374c02a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ # Dev tools and testing "black[jupyter] ==24.10.0", "blackdoc ==0.3.9", - "bump-my-version ==0.27.0", + "bump-my-version ==0.28.0", "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.1", # coveralls is not yet compatible with Python 3.13