From 03f719939df83a1a64e9d2cc553e8b52c2e80651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:28:14 +0000 Subject: [PATCH] chore(deps-dev): 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.rst) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.8...v10.6.1) --- updated-dependencies: - dependency-name: python-semantic-release dependency-version: 10.6.1 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 9b4c02e..e2adf98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ sphinx = "^6.2.1" sphinx-rtd-theme = "^2.0.0" docformatter = "^1.7.5" codecov = "^2.1.13" -python-semantic-release = "^9.8.8" +python-semantic-release = ">=9.8.8,<11.0.0" [tool.black] line-length = 88