diff --git a/poetry.lock b/poetry.lock index 4fa95fa..dadbc52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1195,14 +1195,14 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "10.5.0" +version = "10.5.2" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = "~=3.8" groups = ["main"] files = [ - {file = "python_semantic_release-10.5.0-py3-none-any.whl", hash = "sha256:756c87b453e4864ae13a05ba8499b242f139a0bd001de7c7376714461f992e72"}, - {file = "python_semantic_release-10.5.0.tar.gz", hash = "sha256:3fe23567a90dacd394a9cd39b44903436a71cdfd054b094ab4c8c31f172db851"}, + {file = "python_semantic_release-10.5.2-py3-none-any.whl", hash = "sha256:efd01394cbb1d8d7f78a099023eb9dae4d19d5e36fe586245538b6dc2bbd26b6"}, + {file = "python_semantic_release-10.5.2.tar.gz", hash = "sha256:ffe5bbf8390cde5dd9d86768d66f47430ca243d87ea59fb286f5fcb90494d146"}, ] [package.dependencies] @@ -1697,4 +1697,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.1" python-versions = "^3.8" -content-hash = "386f202ee932d9fc16eecd3404efaed16dea6ad6e6161041926bc82ca6b6fc11" +content-hash = "03b7b0142a6756b124ba916b1d62fa94b1147625aa963b2bf0ba3dc0bd718aec" diff --git a/pyproject.toml b/pyproject.toml index 1639dde..43efc5b 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 = "10.5.0" +python-semantic-release = "10.5.2" [tool.poetry.dev-dependencies] black = "^24.8"