From b9baa71391f33da0647e6c2b7ad40eaf0f79f13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 06:15:31 +0000 Subject: [PATCH] chore(deps): 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/v8.7.0...v9.2.2) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-release.txt b/requirements-release.txt index 2f7766c2..6f0dd497 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -1,3 +1,3 @@ # HACK: This file solely exists for dependabot checks. The actual dependencies are in `hatch.toml` in the `release` environment. # If dependabot opens a PR that modifies this file, please make sure to update the coresponding dependency in `hatch.toml` as well. -python-semantic-release == 8.7.* \ No newline at end of file +python-semantic-release == 9.2.* \ No newline at end of file