diff --git a/poetry.lock b/poetry.lock index 0461308..c044cbb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1371,13 +1371,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.11.1" +version = "9.12.0" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python_semantic_release-9.11.1-py3-none-any.whl", hash = "sha256:53a2f3f581b39d30fbcbfc3a80cf9980eb6f0c7968d63f57bb94777a698c495a"}, - {file = "python_semantic_release-9.11.1.tar.gz", hash = "sha256:c8ffdc2f12efda027331c53edb1b2d64d0952ab304b4ff1c7fb67a26f26069ee"}, + {file = "python_semantic_release-9.12.0-py3-none-any.whl", hash = "sha256:8bcf37b73a011db5e2edca31f35ecea39b79fe5dfd7da3c599cb6e47da7ee7ff"}, + {file = "python_semantic_release-9.12.0.tar.gz", hash = "sha256:d2bfc789f55fa1f64f5abc4b7ba6a2013ea616ce0fe659d5acc8528397c41133"}, ] [package.dependencies] @@ -1865,4 +1865,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "ff0bc16cacde867a328876b7ead614f2dee24e604e1e9a392cce2d019f812c15" +content-hash = "238584fbfbb6bfdee2411839f0068b04e0bf597bdfa611b801b6109e8eac8590" diff --git a/pyproject.toml b/pyproject.toml index f284fb5..19d0ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ python = ">=3.9,<4.0" [tool.poetry.group.dev.dependencies] -python-semantic-release = "9.11.1" +python-semantic-release = "9.12.0" isort = "*" mypy = "*" black = "*"