From 4d1bd01b354fbd211e5fa9b437c56218dcb7f770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:06:23 +0000 Subject: [PATCH] Chore(deps): Bump sphinx-autobuild from 2021.3.14 to 2024.9.19 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.9.19. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2021.03.14...2024.09.19) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 365da7d..ff71b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ optional-dependencies.develop = [ optional-dependencies.doc = [ "furo==2024.1.29", # Check visited link style on newer versions! "myst-parser[linkify]>=0.18,<5", - "sphinx-autobuild==2021.3.14", # Newer versions stopped "watching" appropriately? + "sphinx-autobuild==2024.9.19", # Newer versions stopped "watching" appropriately? "sphinx-copybutton", "sphinx-design-elements<1", "sphinxcontrib-mermaid<1",