From 7a11e3593c6847ade15e0105d17a19058db08ae1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:59:45 +0000 Subject: [PATCH] chore(deps): update dependency python-semantic-release to v9.10.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a59d3da..4af47ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1366,13 +1366,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.9.0" +version = "9.10.0" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python_semantic_release-9.9.0-py3-none-any.whl", hash = "sha256:d2475e2c55cba02c723467d4f7562cd91f2b2d29085f7a5fbbf7c9d1b9ce2256"}, - {file = "python_semantic_release-9.9.0.tar.gz", hash = "sha256:7349ec28b9c52319bae82fb2b9dc1202e10a486cbbeedc38ef9392462ec1c7d7"}, + {file = "python_semantic_release-9.10.0-py3-none-any.whl", hash = "sha256:05a29ce7441e486cfd09d455cfb32abeb64b9c94eb4d2d148ff280578fd95558"}, + {file = "python_semantic_release-9.10.0.tar.gz", hash = "sha256:45a0199f7805dfe76bb57b932be4a9a5a3f7ff03a897c375eb5a1fa5dcfe5608"}, ] [package.dependencies] @@ -1860,4 +1860,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "8e403e6e91092ca1cae581ec3c5cdb696eda9deb1e783f255a31a5a3864172a1" +content-hash = "42eb7187b15666c8df5f93c4cb5c93ee08c71d5e1adf636fc2194318b804c592" diff --git a/pyproject.toml b/pyproject.toml index f97c5bc..4e3558c 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.9.0" +python-semantic-release = "9.10.0" isort = "*" mypy = "*" black = "*"