From 6b407f680ab5ae0f9a7c96092a60e6e713c4fcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:47:11 +0000 Subject: [PATCH] Bump sphinx-autobuild from 2021.3.14 to 2024.10.3 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 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/2021.03.14...2024.10.03) --- 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 beee13e..3296db7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "furo==2024.8.6", "myst-parser>=1.0,<4.1", "sphinx-copybutton==0.5.2", - "sphinx-autobuild==2021.3.14", + "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==1.23.3", "packaging" ]