Compare commits

..

1 Commits

Author SHA1 Message Date
be4919d303 chore(deps): update dependency bump-my-version to ^0.30.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 1m21s
Python Linters / formatting (pull_request) Successful in 32s
Python Linters / mypy (pull_request) Successful in 34s
REUSE Compliance / reuse (pull_request) Successful in 14s
Selftests / test-build-install (pull_request) Successful in 1m16s
Selftests / test-sync (pull_request) Successful in 58s
2025-01-29 23:06:13 +00:00
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -84,13 +84,13 @@ files = [
[[package]] [[package]]
name = "bump-my-version" name = "bump-my-version"
version = "0.31.1" version = "0.30.0"
description = "Version bump your Python project" description = "Version bump your Python project"
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.8"
files = [ files = [
{file = "bump_my_version-0.31.1-py3-none-any.whl", hash = "sha256:3b9f496eb5554208d91f84fcb781628bdd4549e055fd3282804959453ebd1857"}, {file = "bump_my_version-0.30.0-py3-none-any.whl", hash = "sha256:b0d683a1cb97fbc2f46adf8eb39ff1f0bdd72866c3583fe01f9837d6f031e5e3"},
{file = "bump_my_version-0.31.1.tar.gz", hash = "sha256:83962dbd593b3edb426661a4c2276a0842a7eaa5dee896543b771c358ac78915"}, {file = "bump_my_version-0.30.0.tar.gz", hash = "sha256:d53e784c73abc4bb5759e296f510bc71878e1df078eb525542ec9291b5ceb195"},
] ]
[package.dependencies] [package.dependencies]
@@ -785,4 +785,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "6fe8771c87192706d13f446251adf5e56e147bcf5a1894a093f5951b57f09db4" content-hash = "44cb63b85bb499c9d2d92b29553d87b6223f59d64d913833e51be09a7416b5fb"

View File

@@ -26,7 +26,7 @@ black = "^24.0.0"
mypy = "^1.5.1" mypy = "^1.5.1"
pylama = "^8.4.1" pylama = "^8.4.1"
types-pyyaml = "^6.0.12.11" types-pyyaml = "^6.0.12.11"
bump-my-version = "^0.31.0" bump-my-version = "^0.30.0"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]