From 5c700c0bf3615db98fcbe5029789409235646e04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:31:30 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v8.2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0796e27..7338500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ ] docs = [ "sphinx==7.4.7; python_version<'3.10'", - "sphinx==8.1.3; python_version=='3.10.*'", + "sphinx==8.2.3; python_version=='3.10.*'", "sphinx==8.2.3; python_version>='3.11'", "sphinx-rtd-theme==3.0.2", ]