diff --git a/poetry.lock b/poetry.lock index 5546898..e8f4c1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1825,17 +1825,17 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools [[package]] name = "sphinx-autobuild" -version = "2024.4.16" +version = "2024.9.3" description = "Rebuild Sphinx documentation on changes, with hot reloading in the browser." optional = false python-versions = ">=3.9" files = [ - {file = "sphinx_autobuild-2024.4.16-py3-none-any.whl", hash = "sha256:f2522779d30fcbf0253e09714f274ce8c608cb6ebcd67922b1c54de59faba702"}, - {file = "sphinx_autobuild-2024.4.16.tar.gz", hash = "sha256:1c0ed37a1970eed197f9c5a66d65759e7c4e4cba7b5a5d77940752bf1a59f2c7"}, + {file = "sphinx_autobuild-2024.9.3-py3-none-any.whl", hash = "sha256:55fe9bcc05dab659650d79bed0e6beb8b6032234edbf23f028f2cac3471f0c2d"}, + {file = "sphinx_autobuild-2024.9.3.tar.gz", hash = "sha256:75929a5a92b932da8d29837406d6d973a927c456f30986a27f1f20b067897892"}, ] [package.dependencies] -colorama = "*" +colorama = ">=0.4.6" sphinx = "*" starlette = ">=0.35" uvicorn = ">=0.25" @@ -1843,7 +1843,7 @@ watchfiles = ">=0.20" websockets = ">=11" [package.extras] -test = ["pytest (>=6)"] +test = ["httpx", "pytest (>=6)"] [[package]] name = "sphinx-basic-ng" @@ -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 = "d6c24eb4859b140e844c591f69074d4c2584ddfafc04e68276267ca9b7df5f52" +content-hash = "7222b47d326cc48b32c2030bcbc65428ebd22aac16e5f7513c8e5e8f4e2fe304" diff --git a/pyproject.toml b/pyproject.toml index 7d3503f..c743d77 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.4.16" +sphinx-autobuild = "^2024.9.3" sphinx-copybutton = "^0.5.2" furo = "^2024.8.6"