From 4f55136d7d1d6e01f70d497b52eebb5bf8d750c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 04:12:13 +0000 Subject: [PATCH] build(deps-dev): update sphinx-autobuild requirement Updates the requirements on [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) to permit the latest version. - [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.09.19...2024.10.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98fe0001911..c08533bed2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ matplotlib = "==3.9.0" ansys-sphinx-theme = "==1.1.1" pypandoc = "==1.13" pytest-sphinx = "==0.6.3" -sphinx-autobuild = "==2024.9.19" +sphinx-autobuild = "==2024.10.3" sphinx-autodoc-typehints = "==2.3.0" sphinx-copybutton = "==0.5.2" sphinx-gallery = "==0.17.1"