diff --git a/docs/requirements.txt b/docs/requirements.txt index 77237968..2b8ce60d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -furo>=2023.08.17 +furo>=2024.8.6 myst_parser>=0.13 sphinx>=7.0 sphinx_autodoc_typehints diff --git a/pixi.lock b/pixi.lock index df9f33ba..dc4cc3c4 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5232,7 +5232,7 @@ packages: - pypi: . name: array-api-extra version: 0.7.2.dev0 - sha256: 9af8c361fe340a365eae218d62bcef9b9bb1df07486b9612a37ba67aea1a8aee + sha256: a4d40ff8215cfef283dcc9bbf73d23703b0cb47c3916f6d60eabef225b0d6add requires_dist: - array-api-compat>=1.11.2,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 88be4ad3..c49db8fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ open-coverage = { cmd = "open htmlcov/index.html", depends-on = ["coverage"] } [tool.pixi.feature.docs.dependencies] sphinx = ">=7.0" -furo = ">=2023.08.17" +furo = ">=2024.8.6" myst-parser = ">=0.13" sphinx-copybutton = "*" sphinx-autodoc-typehints = "*"