From a3869661e55b8a9335b5a4862829ef76c4a1de04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:56:40 +0000 Subject: [PATCH] build(deps): update dependency sphinx-lint to v0.9.1 --- docs/.sphinx/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index 042e75d4..25220c2e 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -8,7 +8,7 @@ sphinxcontrib-jquery==4.1 sphinx-copybutton==0.5.2 sphinx-design==0.5.0 sphinxext-opengraph==0.8.2 -sphinx-lint==0.8.1 +sphinx-lint==0.9.1 sphinx-notfound-page==1.0.0 sphinx-reredirects==0.1.2 sphinx-tabs==3.4.1 diff --git a/pyproject.toml b/pyproject.toml index 22744821..758b317e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "sphinx-copybutton==0.5.2", "sphinx-design==0.5.0", "sphinxext-opengraph==0.8.2", - "sphinx-lint==0.8.1", + "sphinx-lint==0.9.1", "sphinx-notfound-page==1.0.0", "sphinx-reredirects==0.1.2", "sphinx-tabs==3.4.1",