diff --git a/poetry.lock b/poetry.lock index 3a9207773..9a926203b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2654,13 +2654,13 @@ test = ["cython", "filelock", "html5lib", "pytest (>=4.6)"] [[package]] name = "sphinx-autobuild" -version = "2021.3.14" +version = "2024.2.4" description = "Rebuild Sphinx documentation on changes, with live-reload in the browser." optional = false -python-versions = ">=3.6" +python-versions = ">=3.9" files = [ - {file = "sphinx-autobuild-2021.3.14.tar.gz", hash = "sha256:de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05"}, - {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, + {file = "sphinx_autobuild-2024.2.4-py3-none-any.whl", hash = "sha256:63fd87ab7505872a89aef468ce6503f65e794a195f4ae62269db3b85b72d4854"}, + {file = "sphinx_autobuild-2024.2.4.tar.gz", hash = "sha256:cb9d2121a176d62d45471624872afc5fad7755ad662738abe400ecf4a7954303"}, ] [package.dependencies] @@ -2669,7 +2669,7 @@ livereload = "*" sphinx = "*" [package.extras] -test = ["pytest", "pytest-cov"] +test = ["pytest (>=6.0)", "pytest-cov"] [[package]] name = "sphinxcontrib-applehelp" @@ -3243,4 +3243,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "66d1a4e9fcd95a190623b1b519281e63704d83d8e1ac185e6dd5720d83204f5e" +content-hash = "fa3977c201bde65e5afa5407e9dc88bd99c50bcc6a195f85780e32d964d6d3c8" diff --git a/pyproject.toml b/pyproject.toml index 2fa74d767..8dcffb11b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pytest-sugar = "0.9.7" pytest-xdist = "3.2.1" selenium = "4.17.2" sphinx = "7.0.1" -sphinx-autobuild = "2021.3.14" +sphinx-autobuild = "2024.2.4" webdriver-manager = "3.8.6" [build-system]