diff --git a/poetry.lock b/poetry.lock index fbecb72..a282d58 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1769,13 +1769,13 @@ test = ["cython (>=3.0)", "filelock", "html5lib", "pytest (>=4.6)", "setuptools [[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] @@ -1784,7 +1784,7 @@ livereload = "*" sphinx = "*" [package.extras] -test = ["pytest", "pytest-cov"] +test = ["pytest (>=6.0)", "pytest-cov"] [[package]] name = "sphinx-basic-ng" @@ -2265,4 +2265,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "239e118d4bcc5b08675d2f931e7e2bc42641af0d99dabb02ba2a0fe681ccff50" +content-hash = "ffcf9331d5d380d1b1a71d928c2e3537a4ae84fc6416971d1cc63e7d09442b9c" diff --git a/pyproject.toml b/pyproject.toml index eb90952..6a50109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ ruff = "^0.2" [tool.poetry.group.docs.dependencies] sphinx = "^7.2.6" -sphinx-autobuild = "^2021.3.14" +sphinx-autobuild = "^2024.2.4" sphinx-copybutton = "^0.5.2" furo = "^2024.1.29"