From b50c235fcc7f055ee057e355027cddc6b2be35b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 11:34:22 +0000 Subject: [PATCH] build(deps-dev): bump python-semantic-release from 7.19.2 to 7.22.0 Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.19.2 to 7.22.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.19.2...v7.22.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 acc7633..b891e9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1354,7 +1354,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.19.2" +version = "7.22.0" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -1968,7 +1968,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "8219d6b9ac54b4a8c7487e856dde1429d9a4613773d76d44ce265adbec2e1caf" +content-hash = "1000af4ecdadd9ebd1b986dcf2ad8d36989bd47930c04fd1ae57220c249e04de" [metadata.files] alabaster = [ @@ -2644,8 +2644,8 @@ python-gitlab = [ {file = "python_gitlab-2.10.1-py3-none-any.whl", hash = "sha256:581a219759515513ea9399e936ed7137437cfb681f52d2641626685c492c999d"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.19.2.tar.gz", hash = "sha256:8ca0e5f72d31e7b0603b95caad6fb2d5315483ac1fadd86648771966d9ec6f2c"}, - {file = "python_semantic_release-7.19.2-py3-none-any.whl", hash = "sha256:b2c8bb16a643fee0831be4d06138bc1440ebd4f252c3397d41abde179ea56852"}, + {file = "python-semantic-release-7.22.0.tar.gz", hash = "sha256:d43bf40d7dacc1dd64b9f9016d495a617aae193968336d50e5d12f39a51486e4"}, + {file = "python_semantic_release-7.22.0-py3-none-any.whl", hash = "sha256:8eccd599bb4efb5dc1a5a9ed5f89c6ba65be5e77aa2367ccf3d7da50ed84a944"}, ] pytz = [ {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"}, diff --git a/pyproject.toml b/pyproject.toml index 18b5242..0f8b31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ allay = {git = "https://github.com/rx-modules/Allay", rev = "main"} pytest = "^6.2.5" black = "^21.10b0" isort = "^5.10.0" -python-semantic-release = "^7.19.2" +python-semantic-release = "^7.22.0" mudkip = "^0.4.12" pytest-insta = "^0.1.10" colour = "^0.1.5"