diff --git a/poetry.lock b/poetry.lock index c1367e9..9ed6368 100644 --- a/poetry.lock +++ b/poetry.lock @@ -884,13 +884,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] @@ -1185,4 +1185,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9a40171f98a5d011c064c0d8af4d04017e830bbe72e3e775c56188027de44fff" +content-hash = "4e47da141d9bf36ae91d776bc6aeba98b5e62a7a58dc7f6413563e3a287c4ca9" diff --git a/pyproject.toml b/pyproject.toml index 27d9c58..f2d9487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ toml = "^0.10.2" types-toml = "^0.10.8" xenon = "^0.9.1" radon = "^6.0.1" -python-semantic-release = "^9.8.4" +python-semantic-release = "^9.8.5" [tool.poetry.scripts] cfn-guard-test = "cfn_guard_test:main"