From 948f4bd3ccb552d8fd55c7c53bb9777ad83148ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 02:06:32 +0530 Subject: [PATCH] chore(deps): bump python-semantic-release in the python-packages group (#13) 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.8.9 to 9.9.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.8.9...v9.9) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43d8e0b..f86f88e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ dynamic = "version_variables" dependencies = [ "PyGithub==2.4.0", - "python-semantic-release==9.8.9" + "python-semantic-release==9.9.0" ] [project.optional-dependencies]