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