From bda7d6ea138e555c5c3a2f8a6e57212753d42909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:56:14 +0200 Subject: [PATCH] build(deps): bump sphinx-autobuild from 2024.9.19 to 2024.10.3 (#348) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2694284b7..c7011ae75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ doc = [ "pypandoc==1.13", "pytest-sphinx==0.6.3", "regex==2024.9.11", - "sphinx-autobuild==2024.9.19", + "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==2.4.4", "sphinx-copybutton==0.5.2", "sphinx-notfound-page==1.0.4",