From a1feebc97b3c22a8f2412f3b0c0d7b8a1a3fa28a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 01:18:53 +0000 Subject: [PATCH] chore(deps): update dependency python-semantic-release to v8.5.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 088a3038..437db086 100644 --- a/poetry.lock +++ b/poetry.lock @@ -760,7 +760,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "8.5.0" +version = "8.5.1" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -1018,7 +1018,7 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "4c55b10ea2a31da8dbf487f2dc01e9db623aa2fd554c8ecfbbeca9da98b8b23f" +content-hash = "e2aaabdd266b0b3e721659ef733e587b5f86df1c0cf65a430002e3b93ab9df1a" [metadata.files] annotated-types = [ @@ -1519,8 +1519,8 @@ python-gitlab = [ {file = "python_gitlab-3.15.0-py3-none-any.whl", hash = "sha256:8f8d1c0d387f642eb1ac7bf5e8e0cd8b3dd49c6f34170cee3c7deb7d384611f3"}, ] python-semantic-release = [ - {file = "python-semantic-release-8.5.0.tar.gz", hash = "sha256:1c49c08989ba1b14e5ff952eebbfc7704429876dc3eba8f9946f366b9609ada1"}, - {file = "python_semantic_release-8.5.0-py3-none-any.whl", hash = "sha256:d2388f8a023af53640cc3b10221028dbdc75b1a198218f20261cbbd04e34f483"}, + {file = "python-semantic-release-8.5.1.tar.gz", hash = "sha256:43789d3c8df6f5b959ae69350c3d44e70a51228dc56875b09111874037f2bfd8"}, + {file = "python_semantic_release-8.5.1-py3-none-any.whl", hash = "sha256:eb96145e01a552399c13396e645de1e28c69480d7b275e72cda9caa09982f83a"}, ] python-slugify = [ {file = "python-slugify-8.0.1.tar.gz", hash = "sha256:ce0d46ddb668b3be82f4ed5e503dbc33dd815d83e2eb6824211310d3fb172a27"}, diff --git a/pyproject.toml b/pyproject.toml index 050dd710..5bd926ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ python = "^3.9" [tool.poetry.group.dev.dependencies] -python-semantic-release = "8.5.0" +python-semantic-release = "8.5.1" isort = "*" pre-commit = "*" poethepoet = "*"