diff --git a/poetry.lock b/poetry.lock index 81504f7..800bbff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -884,13 +884,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.8.5" +version = "9.8.6" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "python_semantic_release-9.8.6-py3-none-any.whl", hash = "sha256:018729c09edbb1d4ad8b08af81bc2a42d002d54e37f87ed4b706fa283636ce3f"}, + {file = "python_semantic_release-9.8.6.tar.gz", hash = "sha256:6e2e4626112bdbf43e86aac4535557e8c0a9274a4ea5352f14623cbabbfe498a"}, ] [package.dependencies] @@ -1185,4 +1185,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9739fa9c5e8b56befb04f9d9b7b80407de11fb1eccd7fc732c1670607519f0f4" +content-hash = "a09820a333fa6c59dd3f965c830e9578a4514f0e5f1719d166b146173c681b0d" diff --git a/pyproject.toml b/pyproject.toml index 43de881..6211329 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.5" +python-semantic-release = "^9.8.6" [tool.poetry.scripts] cfn-guard-test = "cfn_guard_test:main"