From 5084f6b1bd43896d6482a7e3fab58b60910cb744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:40:03 +0000 Subject: [PATCH] fix(deps): update dependency sphinx to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56b4db5..a83ea6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ classifiers = [ "Private :: Do Not Upload", ] dependencies = [ - "sphinx~=7.2.6", + "sphinx~=9.1.0", "myst-parser~=4.0.1", "piccolo-theme~=0.24.0", "sphinxcontrib-asciinema>=0.4.2",