From b5c0eed9b8bceecf4aa5f4732b2366ac9e4ebd80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:37:00 +0000 Subject: [PATCH] Chore(deps): Bump sphinx-autobuild from 2024.2.4 to 2024.10.3 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.2.4 to 2024.10.3. - [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/2024.02.04...2024.10.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f30b8da..fa1e528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ optional-dependencies.develop = [ optional-dependencies.docs = [ "furo==2024.8.6", "sphinx<8.1", - "sphinx-autobuild==2024.2.4", + "sphinx-autobuild==2024.10.3", "sphinx-copybutton<0.6", "sphinx-design-elements<0.5", ]