From b10f25a16b0573c91d742886faf7c55498ecc1b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 22:58:00 +0000 Subject: [PATCH] chore(deps): update documentation dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 023b452..f5be3fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,13 +38,13 @@ types = [ ] docs = [ "furo~=2023.9.10", - "sphinx~=7.1.2", + "sphinx~=7.3.7", "sphinx-autobuild~=2021.3", "sphinx-copybutton~=0.5.2", - "sphinx-design~=0.5.0", + "sphinx-design~=0.6.0", "sphinx-pydantic~=0.1.1", - "sphinx-toolbox~=3.5.0", - "sphinx-lint~=0.8.1", + "sphinx-toolbox~=3.6.0", + "sphinx-lint~=0.9.1", ] [build-system]