From 3d73c03ed36919b75e6472b3a9652f59aa7d0b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 05:11:15 +0000 Subject: [PATCH] chore(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 cec0a5d2..c2422812 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1311,7 +1311,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 @@ -1912,7 +1912,7 @@ image = ["Pillow"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "88517bf061f6bfe2183753cc5e456e58db8b19457d4884f5eaa9c383ef885dc1" +content-hash = "ceea13fde9e8519cb22319199190b34b3852447d80defe6b40be4c6ace04e6a6" [metadata.files] alabaster = [ @@ -2629,8 +2629,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"}, ] pytz = [ {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"}, diff --git a/pyproject.toml b/pyproject.toml index 0143ce36..a9399c71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^6.2.5" pytest-minecraft = "^0.1.1" isort = "^5.10.1" pytest-insta = "^0.1.10" -python-semantic-release = "^7.23.0" +python-semantic-release = "^7.24.0" mudkip = "^0.4.14" furo = "^2021.11.23"