diff --git a/poetry.lock b/poetry.lock index f468328..b932f6d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1365,13 +1365,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.8.4" +version = "9.8.5" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python_semantic_release-9.8.4-py3-none-any.whl", hash = "sha256:dfbf64ed52754aea0c8d95a51d3867cbb7deb1543434e8526ae65bff0fe6ce18"}, - {file = "python_semantic_release-9.8.4.tar.gz", hash = "sha256:e6e45d6143353663090caf71d7a44f4086387e2baffce7dce2bdbf1e406f96b9"}, + {file = "python_semantic_release-9.8.5-py3-none-any.whl", hash = "sha256:910c8875482ea234fa7e063916fa21431aa761dc1db48fed98487fca62b5030c"}, + {file = "python_semantic_release-9.8.5.tar.gz", hash = "sha256:47c0f1365db96ccabc3bd7c76b081ac7ca3cdbc4d1f508719e5d7fc4f40e34c7"}, ] [package.dependencies] @@ -1857,4 +1857,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "8b4c755e254d81e864a2027c2875dbb43fa65f63465caadc57a870df0c3a96e7" +content-hash = "1418f34387d8dc10823b98e1c467fe361012602dd71e7c6e8cb2fb4e8a195eaa" diff --git a/pyproject.toml b/pyproject.toml index 46c40b3..5bd40d3 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.8.4" +python-semantic-release = "9.8.5" isort = "*" mypy = "*" black = "*"