From 924fbd4305610f914f7b6da5deaf8c9a2f428721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:23:01 +0000 Subject: [PATCH] chore(deps): bump python-semantic-release in the python-packages group Bumps the python-packages group with 1 update: [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release). Updates `python-semantic-release` from 9.11.1 to 9.12.0 - [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/v9.11.1...v9.12) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92e3c6e..3add91a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ dynamic = "version_variables" dependencies = [ "PyGithub==2.4.0", - "python-semantic-release==9.11.1" + "python-semantic-release==9.12.0" ] [project.optional-dependencies]