diff --git a/poetry.lock b/poetry.lock index a4aaaf7..8c68bb9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -884,13 +884,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.5.0" +version = "9.6.0" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python_semantic_release-9.5.0-py3-none-any.whl", hash = "sha256:1a33e1b038b89e0811da071a355babeaf1c3ede6762ebd831335071884e1d1bd"}, - {file = "python_semantic_release-9.5.0.tar.gz", hash = "sha256:e82da3caf96e1f917c26b530214443da70c440d58d1ff46e1e8120f76f0c7b2c"}, + {file = "python_semantic_release-9.6.0-py3-none-any.whl", hash = "sha256:da25609085377492bc3a00e6cb0d443ac201abad97f44d842ccd1f2d16fb9a3e"}, + {file = "python_semantic_release-9.6.0.tar.gz", hash = "sha256:96c74195f64e5c3bba13509e60720c23ec923271f9abcc034b949037a4536e69"}, ] [package.dependencies] @@ -1184,4 +1184,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7aecc37a8e964100927f8eece6bdb3597246c779ee089e77f078626c28badd2e" +content-hash = "093a0465f8726e7e756a445f5f54110cd767dea68ec1e8d06cc244fa4bb5c93b" diff --git a/pyproject.toml b/pyproject.toml index 8827fc8..b0ecf89 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.5.0" +python-semantic-release = "^9.6.0" [tool.poetry.scripts] cfn-guard-test = "cfn_guard_test:main"