From a9eead1a8b50e620e8d42eba025f989f85caa38d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 03:35:15 +0000 Subject: [PATCH] :arrow_up: Dep: Update python-semantic-release requirement Updates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v7.34.3...v8.0.0) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0866017..2f4ac6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pyparsing = "^3.0.9" emoji = "^2.5.1" [tool.poetry.dev-dependencies] -python-semantic-release = "^7.34.3" +python-semantic-release = "^8.0.0" [tool.poetry.group.test.dependencies] pytest = "^7.0"