From 0a22bea4e218c4de42c69b1ca54bf3e2c8bae72e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:51:07 -0500 Subject: [PATCH] chore(deps): update documentation dependencies (#194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/.sphinx/requirements.txt | 6 +++--- pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index cb6a7c8..8593788 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -1,4 +1,4 @@ -furo==2024.7.18 +furo==2024.8.6 lxd-sphinx-extensions==0.0.16 myst-parser==3.0.1 pyspelling==2.10 @@ -6,10 +6,10 @@ sphinx==7.4.7 sphinx-autobuild==2024.4.16 sphinxcontrib-jquery==4.1 sphinx-copybutton==0.5.2 -sphinx-design==0.6.0 +sphinx-design==0.6.1 sphinxext-opengraph==0.9.1 sphinx-lint==0.9.1 -sphinx-notfound-page==1.0.2 +sphinx-notfound-page==1.0.4 sphinx-reredirects==0.1.5 sphinx-tabs==3.4.5 sphinx-toolbox==3.7.0 diff --git a/pyproject.toml b/pyproject.toml index cb8585f..ca387f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ types = [ "types-setuptools", ] docs = [ - "furo==2024.7.18", + "furo==2024.8.6", "lxd-sphinx-extensions==0.0.16", "myst-parser==3.0.1", "pyspelling==2.10", @@ -69,10 +69,10 @@ docs = [ "sphinx-autobuild==2024.4.16", "sphinxcontrib-jquery==4.1", "sphinx-copybutton==0.5.2", - "sphinx-design==0.6.0", + "sphinx-design==0.6.1", "sphinxext-opengraph==0.9.1", "sphinx-lint==0.9.1", - "sphinx-notfound-page==1.0.2", + "sphinx-notfound-page==1.0.4", "sphinx-reredirects==0.1.5", "sphinx-rtd-theme", "sphinx-tabs==3.4.5",