diff --git a/poetry.lock b/poetry.lock index 4c12e74..fa08ba1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1136,13 +1136,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.2.2" +version = "9.3.0" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python-semantic-release-9.2.2.tar.gz", hash = "sha256:e5a9f4e7aa9b3eb099e7b9d37b16d967c0e7498397af32c627aa295bd188105c"}, - {file = "python_semantic_release-9.2.2-py3-none-any.whl", hash = "sha256:7b20b63f4a29e0b0d4c5c83a2992a48b3507aec3730138ce18980e56cbae9afd"}, + {file = "python-semantic-release-9.3.0.tar.gz", hash = "sha256:254e1fab88e406637cb430121c0931bcd7a40e08942ea332ff1544f90ac0ee38"}, + {file = "python_semantic_release-9.3.0-py3-none-any.whl", hash = "sha256:e4312cbfc3a28aca7d8101e03f528352eb942881b608e998db7798dfc6ebae38"}, ] [package.dependencies] @@ -1517,4 +1517,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c9d4982538133e9965548f74e9f02a25480676a171232025033b69c11dfaddd9" +content-hash = "0c0e574b8f08da535f069411dc3454ee1e8d981fce88050afbb814e4c2ff97be" diff --git a/pyproject.toml b/pyproject.toml index 3f936d3..be80797 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.2.2" +python-semantic-release = "9.3.0" [tool.poetry.dev-dependencies] black = "^24.3"