From 91f5c782fdf7788161d7976bf0dce927d8df68a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 07:44:04 +0000 Subject: [PATCH] Bump python-semantic-release from 7.27.1 to 7.29.4 Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.27.1 to 7.29.4. - [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.27.1...v7.29.4) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e19be0..5fba455 100644 --- a/poetry.lock +++ b/poetry.lock @@ -407,7 +407,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.27.1" +version = "7.29.4" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -427,7 +427,7 @@ twine = ">=3,<4" [package.extras] dev = ["tox", "isort", "black"] -docs = ["Sphinx (==1.3.6)"] +docs = ["Sphinx (==1.3.6)", "Jinja2 (==3.0.3)"] mypy = ["mypy", "types-requests"] test = ["coverage (>=5,<6)", "pytest (>=5,<6)", "pytest-xdist (>=1,<2)", "pytest-mock (>=2,<3)", "responses (==0.13.3)", "mock (==1.3.0)"] @@ -652,7 +652,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "42f2f0819dd343679f3dc39090fe05f284339a3e27526899d6c5854d67c46521" +content-hash = "66b6079bb21160e538b41f7f7683137f2686db91eb57279c18712d73849fba48" [metadata.files] atomicwrites = [ @@ -882,8 +882,8 @@ python-gitlab = [ {file = "python_gitlab-3.3.0-py3-none-any.whl", hash = "sha256:ab1fd4c98a206f22f01f832bc58f24a09952089b7bbf67cdaee6308e7797503f"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.27.1.tar.gz", hash = "sha256:a7a11a9250e392ee699408dca916b11789be07656143746084331b4b1d88bde5"}, - {file = "python_semantic_release-7.27.1-py3-none-any.whl", hash = "sha256:20c804784a3e64a5d072704e2d18e0c858092e95c4a98b385e93fcab30998439"}, + {file = "python-semantic-release-7.29.4.tar.gz", hash = "sha256:2aef09899724ec3bf4ff90b5959cb447c4f2f3a6f386038ad0708d3045a5396d"}, + {file = "python_semantic_release-7.29.4-py3-none-any.whl", hash = "sha256:ed48b3b58f7dca940999032e0f079a97ecf057a79a2ed4d76dbaa1f9875d7646"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index a3ebd15..b552ec2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python = "^3.8" [tool.poetry.dev-dependencies] black = "^22.3.0" isort = "^5.10.1" -python-semantic-release = "^7.27.1" +python-semantic-release = "^7.29.4" pytest = "^7.1.1" pytest-insta = "^0.1.11"