diff --git a/poetry.lock b/poetry.lock index 7a29cc03..5b7be94c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -684,7 +684,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.32.0" +version = "7.32.1" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -1021,7 +1021,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "69654214fd36639ae9f3db6d00e1b5f4151e2aef18787128204c9211305acc0f" +content-hash = "d08d9b014559d2b81e91be42f8022eb436eb47d427de6bbfaa0a7814e524cf3c" [metadata.files] anyio = [ @@ -1434,8 +1434,8 @@ python-gitlab = [ {file = "python_gitlab-3.6.0-py3-none-any.whl", hash = "sha256:b855c15e106812a4ada7c4d417def61bc211976bbf2ee1c7e0cd48a83eca4e9f"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.32.0.tar.gz", hash = "sha256:e74087107e6c03478cc8672b561cc7b88a91ee0f528fd327112a90f6c684439d"}, - {file = "python_semantic_release-7.32.0-py3-none-any.whl", hash = "sha256:a7e20d35e74b635762dc13f16e944d002bde849a23a088842d02422327416902"}, + {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"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index fe4e5da6..36a66d72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest-depends = "^1.0.1" pytest-asyncio = "^0.19.0" Faker = "^15.0.0" unasync-cli = "^0.0.9" -python-semantic-release = "^7.32.0" +python-semantic-release = "^7.32.1" [tool.semantic_release] version_variable = "gotrue/__init__.py:__version__"