From 6f5af5c1ae95b700666045f7098a75b375391b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:31:46 +0000 Subject: [PATCH] Update dependency sphinx-autobuild to v2025 --- docs/poetry.lock | 12 ++++++------ docs/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index 93972ee6..a327077a 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -546,19 +546,19 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "pytest-xdis [[package]] name = "sphinx-autobuild" -version = "2024.10.3" +version = "2025.8.25" description = "Rebuild Sphinx documentation on changes, with hot reloading in the browser." optional = false -python-versions = ">=3.9" +python-versions = ">=3.11" groups = ["main"] files = [ - {file = "sphinx_autobuild-2024.10.3-py3-none-any.whl", hash = "sha256:158e16c36f9d633e613c9aaf81c19b0fc458ca78b112533b20dafcda430d60fa"}, - {file = "sphinx_autobuild-2024.10.3.tar.gz", hash = "sha256:248150f8f333e825107b6d4b86113ab28fa51750e5f9ae63b59dc339be951fb1"}, + {file = "sphinx_autobuild-2025.8.25-py3-none-any.whl", hash = "sha256:b750ac7d5a18603e4665294323fd20f6dcc0a984117026d1986704fa68f0379a"}, + {file = "sphinx_autobuild-2025.8.25.tar.gz", hash = "sha256:9cf5aab32853c8c31af572e4fecdc09c997e2b8be5a07daf2a389e270e85b213"}, ] [package.dependencies] colorama = ">=0.4.6" -sphinx = "*" +Sphinx = "*" starlette = ">=0.35" uvicorn = ">=0.25" watchfiles = ">=0.20" @@ -989,4 +989,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "23e33b1675adfda4d24ff3526fcb41a1edc8a409961135619447c453e5f7588e" +content-hash = "b491c9be4d445361b3066575c0b7620428f6fefbe08260cb553df58e6a6c16a1" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index fed75f9b..77695061 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" sphinx = "8.2.3" -sphinx-autobuild = "2024.10.3" +sphinx-autobuild = "2025.8.25" sphinxext-opengraph = "0.13.0" sphinxcontrib-httpdomain = "1.8.1" proselint = "0.14.0"