From 0368e9db2078d4f31dfd8914ece5ca555a3f21f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 08:03:54 +0000 Subject: [PATCH] chore(deps-dev): Update sphinx requirement from ~=4.3 to >=4.3,<10.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v9.0.4/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.0...v9.0.4) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.4 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 e326e22..5488515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ Download = "https://pypi.org/project/callosum" [project.optional-dependencies] docs = [ - "sphinx~=4.3", + "sphinx>=4.3,<10.0", "sphinx-autodoc-typehints", ] thrift = [