diff --git a/poetry.lock b/poetry.lock index fb44ca3..890027d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1160,17 +1160,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" @@ -1178,7 +1178,7 @@ watchfiles = ">=0.20" websockets = ">=11" [package.extras] -test = ["pytest (>=6)"] +test = ["httpx", "pytest (>=6)"] [[package]] name = "sphinx-basic-ng" @@ -1698,4 +1698,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f2a0dbbff57392c58654be427ff30e1ba85a7041f58750e0568e525fecad3929" +content-hash = "06e0f4ac8d533563464b589bd233cc2166a0952caa5f7790bae9d8da63494e47" diff --git a/pyproject.toml b/pyproject.toml index 998f044..6ebcfa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pre-commit = "^3.8.0" [tool.poetry.group.docs.dependencies] doc8 = "^1.1.2" furo = "^2024.8.6" -sphinx-autobuild = "^2024.4.16" +sphinx-autobuild = "^2024.9.3" sphinx-copybutton = "^0.5.2" sphinx-design = "^0.6.1" sphinxcontrib-jquery = "^4.1"