From 3389c0e04594d7a7c713a97970a1b4c59a65979f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:01:39 +0000 Subject: [PATCH] chore(deps): update dependency python-semantic-release to v9.15.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a4d6577..a00ab5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1367,13 +1367,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.15.1" +version = "9.15.2" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python_semantic_release-9.15.1-py3-none-any.whl", hash = "sha256:a38f4cb6f38415789dd317e29ea9b0d5f72500a4874b66fefe518b0eaf34ab11"}, - {file = "python_semantic_release-9.15.1.tar.gz", hash = "sha256:fe506e55979fb280d846e5b710faa339fa6081243220f772ca1272d4da62c1ae"}, + {file = "python_semantic_release-9.15.2-py3-none-any.whl", hash = "sha256:14b5003862c88b2f9aca8fe97d06bf8da6db1b11473eb8c84af7e34ac956fd4f"}, + {file = "python_semantic_release-9.15.2.tar.gz", hash = "sha256:241d95dc1bfafbf0442fa5ad63fc5bd345716514fa4703b302ddae4cffa934e1"}, ] [package.dependencies] @@ -1861,4 +1861,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "0e658b1e8df5ca3b074eba5056d5fa6f77d858a230187e19631339382e5e5f35" +content-hash = "f819cebc25a289d6331bdd76769342c370cc65e445330a8a55575699c41c32e4" diff --git a/pyproject.toml b/pyproject.toml index f8e95af..2c24aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ python = ">=3.9,<4.0" [tool.poetry.group.dev.dependencies] -python-semantic-release = "9.15.1" +python-semantic-release = "9.15.2" isort = "*" mypy = "*" black = "*"