diff --git a/poetry.lock b/poetry.lock index 8c62c55..738773a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1143,14 +1143,14 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.33.1" +version = "7.33.3" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false python-versions = "*" files = [ - {file = "python-semantic-release-7.33.1.tar.gz", hash = "sha256:9d2e5681c2c296e0fc5d24088b59d7528c1c162920df29a4663d1131b5dfc97b"}, - {file = "python_semantic_release-7.33.1-py3-none-any.whl", hash = "sha256:ad8bc816526d3d0d7a4cf4833cc57e655a28b34d6fa33b3d2786a07ae4e8a075"}, + {file = "python-semantic-release-7.33.3.tar.gz", hash = "sha256:6f1b28e16ac7bcd67722945794a66ae7df7dcaabcc719324f89cce7015fe5c88"}, + {file = "python_semantic_release-7.33.3-py3-none-any.whl", hash = "sha256:911b9cef443d1eb2d6449a42d3728e9c54c01fe7a35e5a7fb607b5f9c764451d"}, ] [package.dependencies] @@ -1621,4 +1621,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "77fbcd260a249deb8e7788cef3f784186c6e725af54f976adc35fd79b814ab57" +content-hash = "98a2465512f64d3df6dfe39ac6759ec4ef14c67386d946bef461b0bd61d3b66d" diff --git a/pyproject.toml b/pyproject.toml index 0bbb5a0..ff4b598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ isort = "^5.12.0" invoke = "^1.7.3" mypy = "^1.0" flake8 = "^5.0.4" -python-semantic-release = "7.33.1" +python-semantic-release = "7.33.3" approvaltests = "^8.2.0" pytest-mock = "^3.10.0"