diff --git a/poetry.lock b/poetry.lock index 564f93564..32e7981bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6202,13 +6202,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] @@ -6217,7 +6217,7 @@ livereload = "*" sphinx = "*" [package.extras] -test = ["pytest", "pytest-cov"] +test = ["pytest (>=6.0)", "pytest-cov"] [[package]] name = "sphinx-click" @@ -8079,4 +8079,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "3deea4fc0a70445d657676c98993d47146785dd51502efe06b775c4b96b718de" +content-hash = "b9d4110cf332c23dfa403defc227c2f4c29999d1e7019f426e96ded500e79c6d" diff --git a/pyproject.toml b/pyproject.toml index b9b90735a..5fdaf3b11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,7 +150,7 @@ sphinxcontrib-bibtex = "2.5.0" autodoc_pydantic = "1.9.0" sphinx-click = "5.1.0" sphinx_design = "0.4.1" -sphinx-autobuild = "2021.3.14" +sphinx-autobuild = "2024.2.4" sphinx-copybutton = "^0.5.2" [build-system]