From df0bce6ee88d21b4e7db969c5d147eaa40712ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:25:44 +0000 Subject: [PATCH] [pip](deps-dev): Bump sphinx-autobuild from 2024.9.3 to 2024.9.19 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.9.3 to 2024.9.19. - [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.09.19) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3213688..069578f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1825,13 +1825,13 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools [[package]] name = "sphinx-autobuild" -version = "2024.9.3" +version = "2024.9.19" description = "Rebuild Sphinx documentation on changes, with hot reloading in the browser." optional = false python-versions = ">=3.9" files = [ - {file = "sphinx_autobuild-2024.9.3-py3-none-any.whl", hash = "sha256:55fe9bcc05dab659650d79bed0e6beb8b6032234edbf23f028f2cac3471f0c2d"}, - {file = "sphinx_autobuild-2024.9.3.tar.gz", hash = "sha256:75929a5a92b932da8d29837406d6d973a927c456f30986a27f1f20b067897892"}, + {file = "sphinx_autobuild-2024.9.19-py3-none-any.whl", hash = "sha256:57d974eebfc6461ff0fd136e78bf7a9c057d543d5166d318a45599898019b82c"}, + {file = "sphinx_autobuild-2024.9.19.tar.gz", hash = "sha256:2dd4863d174e533c1cd075eb5dfc90ad9a21734af7efd25569bf228b405e08ef"}, ] [package.dependencies] @@ -2550,4 +2550,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "7222b47d326cc48b32c2030bcbc65428ebd22aac16e5f7513c8e5e8f4e2fe304" +content-hash = "9c49db9f2ea337821712c252ac5f319c9afd13b6b746d46e826ecb6754e75bb2" diff --git a/pyproject.toml b/pyproject.toml index c743d77..fd9ecef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tox = "^4" [tool.poetry.group.docs.dependencies] sphinx = "^7.4.7" -sphinx-autobuild = "^2024.9.3" +sphinx-autobuild = "^2024.9.19" sphinx-copybutton = "^0.5.2" furo = "^2024.8.6"