diff --git a/poetry.lock b/poetry.lock index 6aa24f94..1b16e162 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1251,14 +1251,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 = "main" 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] @@ -1837,4 +1837,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "30e8ddc3ca58fa6a43066189666f2ea50c4a50a7e4db48121d899c2f65f71d2a" +content-hash = "65709d5392fde9241f40e66710d6a2a747e4ae601b7a9ebe9b2186a1f8f291a0" diff --git a/pyproject.toml b/pyproject.toml index b9a7a547..d39726cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ gotrue = "^1.0.0" httpx = "^0.23.0" storage3 = "0.5.0" supafunc = "^0.2.2" -python-semantic-release = "7.33.0" +python-semantic-release = "7.33.1" [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.40.0" -python-semantic-release = "^7.33.0" +python-semantic-release = "^7.33.1" python-dotenv = "^0.21.0" [tool.poetry.scripts]