diff --git a/poetry.lock b/poetry.lock index e8da2b9..271eeca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1131,13 +1131,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.10.1" +version = "9.11.0" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python_semantic_release-9.10.1-py3-none-any.whl", hash = "sha256:04b9cb4a795da913f59dabc8dee48a44abd5b65b04262f9658eddb28caace1cf"}, - {file = "python_semantic_release-9.10.1.tar.gz", hash = "sha256:aaef61324e615203dfa791b731512a1ce576ea17d84436bc339d3fef071b9aa2"}, + {file = "python_semantic_release-9.11.0-py3-none-any.whl", hash = "sha256:f944f65b1945258aa0f0fd78acd4198a7001d26d47d93a67456704decce605f9"}, + {file = "python_semantic_release-9.11.0.tar.gz", hash = "sha256:0c75e35abe2ba95f1bf58a65e0324997793459b25ff7b655068787c910625eca"}, ] [package.dependencies] @@ -1513,4 +1513,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "79ab0ef3498275585dbf036874cdbfb29d67c72d4433d917d1240946f4ccfd5f" +content-hash = "4ed1a640184a7206ebced8ce1235007c3d7e223be28fad27c3e10f389f165007" diff --git a/pyproject.toml b/pyproject.toml index 2461270..740a524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" click = "^8.0.3" -python-semantic-release = "9.10.1" +python-semantic-release = "9.11.0" [tool.poetry.dev-dependencies] black = "^24.8"