diff --git a/poetry.lock b/poetry.lock index 205dc80d..01150b91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1296,14 +1296,14 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.33.0" +version = "7.33.1" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false python-versions = "*" files = [ - {file = "python-semantic-release-7.33.0.tar.gz", hash = "sha256:c559161c091e24f555c021fee63a9a704cc7ae59e774913ba5018fa3c9ce2e89"}, - {file = "python_semantic_release-7.33.0-py3-none-any.whl", hash = "sha256:b1fcc2d3be64e1b8d98228b2e2377f1c664e12eca038754eb8d0453c2ff4b438"}, + {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"}, ] [package.dependencies] @@ -1832,4 +1832,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "337ce4a4779bf69f212571641ea47617fe9ccaea8e73620a201844aa2075c6cb" +content-hash = "8131d73e98b9549d99400a6ef37718ce3b509d3d569f53e88caa7dbb9f50e7c8" diff --git a/pyproject.toml b/pyproject.toml index d74836ba..0f2c768f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest-depends = "^1.0.1" pytest-asyncio = "^0.20.3" Faker = "^16.6.1" unasync-cli = "^0.0.9" -python-semantic-release = "^7.32.2" +python-semantic-release = "^7.33.1" [tool.poetry.group.dev.dependencies] pygithub = "^1.57"