From 785db4b159dd26b81d3979340978777732db4b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:50:01 +0000 Subject: [PATCH] build(deps): bump sphinx-autobuild in /_package Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.9.3 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/2024.09.03...2024.10.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 39e99e52f..f4e775094 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -45,7 +45,7 @@ doc = [ "pypandoc==1.14", "pytest-sphinx==0.6.3", "pyyaml==6.0.2", - "sphinx-autobuild==2024.9.3", + "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", "sphinx-notfound-page==1.0.4",