From 61ed20707a3685622c98942f7c116cbd8ef20fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 03:43:10 +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.1) --- 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..d33a15e 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.1" [tool.poetry.group.test.dependencies] pytest = "^7.0"