diff --git a/poetry.lock b/poetry.lock index 96bccea..85a53b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -110,18 +110,18 @@ files = [ [[package]] name = "bump-my-version" -version = "1.2.2" +version = "1.2.3" description = "Version bump your Python project" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "bump_my_version-1.2.2-py3-none-any.whl", hash = "sha256:d8d2a2cddb2dae54f902f05b65f3fea6afd5e332218608360d7c92a4b9e51f57"}, - {file = "bump_my_version-1.2.2.tar.gz", hash = "sha256:76292bf9f827bf0c039f351a00f8aa74f5348cb796d0d7b2d7d59755f403093c"}, + {file = "bump_my_version-1.2.3-py3-none-any.whl", hash = "sha256:620eac65828c86e60c6a9becf9eadc376181e81b47c0097a7b63e113b5cb256f"}, + {file = "bump_my_version-1.2.3.tar.gz", hash = "sha256:7352af6f9454469a020493c2747cd7c88b0c7017dd216e3abb270a13745afa1b"}, ] [package.dependencies] -click = "*" +click = "<8.3" httpx = ">=0.28.1" pydantic = ">=2.0.0" pydantic-settings = "*"