From 48f9c383d47cc78178a18809b0cffa9eb7864331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 23:28:57 +0000 Subject: [PATCH] build(deps-dev): bump python-semantic-release from 7.23.0 to 7.24.0 Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.23.0 to 7.24.0. - [Release notes](https://github.com/relekang/python-semantic-release/releases) - [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/relekang/python-semantic-release/compare/v7.23.0...v7.24.0) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d9ea3fe2..e4a18a3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -737,7 +737,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.23.0" +version = "7.24.0" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -1076,7 +1076,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "c34f728f7a4c94925e2e20d93878a709b014273020a1752201675b3575deb3f0" +content-hash = "b85b3342eebef219bde16a1d4f10da465d785acc54acce743c6d2943ccb12e79" [metadata.files] anyio = [ @@ -1535,8 +1535,8 @@ python-gitlab = [ {file = "python_gitlab-2.10.1-py3-none-any.whl", hash = "sha256:581a219759515513ea9399e936ed7137437cfb681f52d2641626685c492c999d"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.23.0.tar.gz", hash = "sha256:48c33bf671dafa1257e7d955543856eb98486a3f976f586053556ae180d725da"}, - {file = "python_semantic_release-7.23.0-py3-none-any.whl", hash = "sha256:5bf7fcdb28e5e9888c9a15a1168afe53302116a6874d818580d4c58db60283ab"}, + {file = "python-semantic-release-7.24.0.tar.gz", hash = "sha256:06221d7d2f811d451dfcfdb327c92e8ba9ba7c04b0602a73461b26a398fe543d"}, + {file = "python_semantic_release-7.24.0-py3-none-any.whl", hash = "sha256:a7c6cba07de908cdf465982fb1d781b4fefb821db4c559d87045e1edde668f3f"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index 7c570f9c..ca928760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ flake8 = "^4.0.1" isort = "^5.9.3" pytest-cov = "^3.0.0" commitizen = "^2.20.3" -python-semantic-release = "^7.23.0" +python-semantic-release = "^7.24.0" [tool.semantic_release] version_variable = "supabase/__init__.py:__version__"