From 1b94dba8d6e3622a40b4dc25c180fe3a1fbb2618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:21:44 +0000 Subject: [PATCH] Bump sphinx-autobuild from 2021.3.14 to 2024.2.4 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.2.4. - [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.02.04) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b146c6..226dc53 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ "mypy==v1.8.0 ; python_version>='3.8'", # Docs. "Sphinx==7.2.5 ; python_version>='3.9'", - "sphinx-autobuild==2021.3.14 ; python_version>='3.9'", + "sphinx-autobuild==2024.2.4 ; python_version>='3.9'", "sphinx-rtd-theme==2.0.0 ; python_version>='3.9'", ] },