diff --git a/poetry.lock b/poetry.lock index dadbc52..2a2ad26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1195,14 +1195,14 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "10.5.2" +version = "10.5.3" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = "~=3.8" groups = ["main"] files = [ - {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"}, + {file = "python_semantic_release-10.5.3-py3-none-any.whl", hash = "sha256:1be0e07c36fa1f1ec9da4f438c1f6bbd7bc10eb0d6ac0089b0643103708c2823"}, + {file = "python_semantic_release-10.5.3.tar.gz", hash = "sha256:de4da78635fa666e5774caaca2be32063cae72431eb75e2ac23b9f2dfd190785"}, ] [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 = "03b7b0142a6756b124ba916b1d62fa94b1147625aa963b2bf0ba3dc0bd718aec" +content-hash = "d816ca210362820bf16e168335cba3e27428138624142e5b87d59fdcf2015a88" diff --git a/pyproject.toml b/pyproject.toml index 43efc5b..f8e1235 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.2" +python-semantic-release = "10.5.3" [tool.poetry.dev-dependencies] black = "^24.8"