From e31adbf0218f2e66248a62cda6ad51342e055d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:40:23 +0000 Subject: [PATCH] Update dependency sphinx-autobuild to v2024.10.3 --- docs/poetry.lock | 8 ++++---- docs/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index 1b1133d48..8951f890a 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -497,13 +497,13 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools [[package]] name = "sphinx-autobuild" -version = "2024.9.19" +version = "2024.10.3" description = "Rebuild Sphinx documentation on changes, with hot reloading in the browser." optional = false python-versions = ">=3.9" files = [ - {file = "sphinx_autobuild-2024.9.19-py3-none-any.whl", hash = "sha256:57d974eebfc6461ff0fd136e78bf7a9c057d543d5166d318a45599898019b82c"}, - {file = "sphinx_autobuild-2024.9.19.tar.gz", hash = "sha256:2dd4863d174e533c1cd075eb5dfc90ad9a21734af7efd25569bf228b405e08ef"}, + {file = "sphinx_autobuild-2024.10.3-py3-none-any.whl", hash = "sha256:158e16c36f9d633e613c9aaf81c19b0fc458ca78b112533b20dafcda430d60fa"}, + {file = "sphinx_autobuild-2024.10.3.tar.gz", hash = "sha256:248150f8f333e825107b6d4b86113ab28fa51750e5f9ae63b59dc339be951fb1"}, ] [package.dependencies] @@ -925,4 +925,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7fa297d8e59b167b5b88a15e326db2385680bf53b8fed1bc69e49ee61dd8ff80" +content-hash = "33d1bb370be72a4f4f84c498e22edd0a16ca7d775583b80ca82da087b96fb790" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index e40e2bb4a..b6d4aa715 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" sphinx = "8.0.2" -sphinx-autobuild = "2024.9.19" +sphinx-autobuild = "2024.10.3" sphinxext-opengraph = "0.9.1" sphinxcontrib-httpdomain = "1.8.1" furo = {url = "https://github.com/pradyunsg/furo/archive/refs/heads/main.zip"}