diff --git a/poetry.lock b/poetry.lock index 996f40b0..ec7ac352 100644 --- a/poetry.lock +++ b/poetry.lock @@ -778,7 +778,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.32.1" +version = "7.32.2" description = "Automatic Semantic Versioning for Python projects" category = "main" optional = false @@ -1156,7 +1156,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "bec6e0f270abe068f2e6f42d27350eba1cff4e5127ebc8c9f955d036960d188c" +content-hash = "13e58e73ae7c2ad65a8443b981e353734f87b632f2cf4c7ea526c5d5c01f316c" [metadata.files] anyio = [ @@ -1641,8 +1641,8 @@ python-gitlab = [ {file = "python_gitlab-3.10.0-py3-none-any.whl", hash = "sha256:6b5a24d0f479c43c1759cb174cf42116ed27cced31284bedc82d584d860fa238"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.32.1.tar.gz", hash = "sha256:ba47100e4ffa74c006529d6a8c22ca98f85ff4c145e8584eb2b17e6830a5116e"}, - {file = "python_semantic_release-7.32.1-py3-none-any.whl", hash = "sha256:9a29a02b3fb33fc318b07bf77c001c62aed9060d148eca25af7f4aa3afb49f4e"}, + {file = "python-semantic-release-7.32.2.tar.gz", hash = "sha256:4d8f5d20680723e1329765b6f3e28b43f058fd1ef5f423f6f95397cd927c3ebc"}, + {file = "python_semantic_release-7.32.2-py3-none-any.whl", hash = "sha256:9fcf82f403b91a61e58728ea05e2e2e25010ce9ed07830fe78251819b4b834d9"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index 6c83cf1d..93ed8892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ gotrue = "^0.5.0" httpx = "^0.23.0" storage3 = "^0.3.5" supafunc = "^0.2.2" -python-semantic-release = "7.32.1" +python-semantic-release = "7.32.2" [tool.poetry.dev-dependencies] pre-commit = "^2.19.0" @@ -32,7 +32,7 @@ flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^4.0.0" commitizen = "^2.37.0" -python-semantic-release = "^7.32.1" +python-semantic-release = "^7.32.2" python-dotenv = "^0.21.0" [tool.poetry.scripts]