From b94f8f6276247efc958b42b958dc23c17b889714 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 07:26:25 +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..6e78d76 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-pydantic~=0.1.1", "sphinx-toolbox~=3.5.0", - "sphinx-lint~=0.8.1", + "sphinx-lint~=0.9.1", ] [build-system]