From 8ccbc40138df36a242810f0da4cd92d9b8345d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:52:15 +0000 Subject: [PATCH 1/2] Bump sphinx-autobuild from 2024.4.13 to 2024.4.16 in /core Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.4.13 to 2024.4.16. - [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.04.13...2024.04.16) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index 03647ff1b2..d56f88f1c1 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -91,7 +91,7 @@ docs = [ "sphinx_tabs == 3.4.5", # Sphinx 2024.2.4 deprecated support for Python 3.8 "sphinx-autobuild == 2021.3.14 ; python_version < '3.9'", - "sphinx-autobuild == 2024.4.13 ; python_version >= '3.9'", + "sphinx-autobuild == 2024.4.16 ; python_version >= '3.9'", "sphinx-autodoc-typehints == 2.0.1", "sphinx-csv-filter == 0.4.1", "sphinx-copybutton == 0.5.2", From f7479593fd235668debba51e31b5ad0f31e075e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 21:19:25 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2522.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2522.misc.rst diff --git a/changes/2522.misc.rst b/changes/2522.misc.rst new file mode 100644 index 0000000000..48397bd2cb --- /dev/null +++ b/changes/2522.misc.rst @@ -0,0 +1 @@ +Updated sphinx-autobuild from 2024.4.13 to 2024.4.16 in /core.