From 7295b35f7e2d637efe7edcfe5e37cd5baf6155ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:49:21 +0000 Subject: [PATCH] [pip](deps-dev): Bump sphinx-autobuild from 2024.4.13 to 2024.4.16 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.4.13 to 2024.4.16. - [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.04.13...2024.04.16) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 693ed6c..c28593b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1821,13 +1821,13 @@ test = ["cython (>=3.0)", "filelock", "html5lib", "pytest (>=4.6)", "setuptools [[package]] name = "sphinx-autobuild" -version = "2024.4.13" +version = "2024.4.16" description = "Rebuild Sphinx documentation on changes, with hot reloading in the browser." optional = false python-versions = ">=3.9" files = [ - {file = "sphinx_autobuild-2024.4.13-py3-none-any.whl", hash = "sha256:97fae5ab04515fef9c7d1aca977082ec60417861eff6406acb06cb95d41d7601"}, - {file = "sphinx_autobuild-2024.4.13.tar.gz", hash = "sha256:1d023b3a11866a094cd55c8e5a68c155430c033d560f649c1c2bde818f1d8f1b"}, + {file = "sphinx_autobuild-2024.4.16-py3-none-any.whl", hash = "sha256:f2522779d30fcbf0253e09714f274ce8c608cb6ebcd67922b1c54de59faba702"}, + {file = "sphinx_autobuild-2024.4.16.tar.gz", hash = "sha256:1c0ed37a1970eed197f9c5a66d65759e7c4e4cba7b5a5d77940752bf1a59f2c7"}, ] [package.dependencies] @@ -1835,10 +1835,11 @@ colorama = "*" sphinx = "*" starlette = ">=0.35" uvicorn = ">=0.25" -websockets = ">=11.0" +watchfiles = ">=0.20" +websockets = ">=11" [package.extras] -test = ["pytest (>=6.0)", "pytest-cov"] +test = ["pytest (>=6)"] [[package]] name = "sphinx-basic-ng" @@ -2455,4 +2456,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "6fbd70a049ace62f5be08049a43bd3ee3c53e236cbe71a3ffa037c5940a8a58b" +content-hash = "cb718e85c1ffcd46247f637314ab7195b398e95d7c4244096bb05bb8ff07cf31" diff --git a/pyproject.toml b/pyproject.toml index 6b3b5bb..cd0ba43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ tox = "^4" [tool.poetry.group.docs.dependencies] sphinx = "^7.2.6" -sphinx-autobuild = "^2024.4.13" +sphinx-autobuild = "^2024.4.16" sphinx-copybutton = "^0.5.2" furo = "^2024.1.29"