From fd586dfe925bff690a5871ff897e7d4cc5ff97db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:07:12 +0000 Subject: [PATCH] Bump sphinx-autobuild from 2021.3.14 to 2024.4.13 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.4.13. - [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.04.13) --- 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 8bf2ebe..91b16ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "furo==2023.7.26", "myst-parser>=1.0,<2.1", "sphinx-copybutton==0.5.2", - "sphinx-autobuild==2021.3.14", + "sphinx-autobuild==2024.4.13", "sphinx-autodoc-typehints==1.23.3", "packaging" ]