Skip to content

Commit d2fcd5a

Browse files
Update dependency furo to v2024 (#227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c79d3e commit d2fcd5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
furo>=2023.08.17
1+
furo>=2024.8.6
22
myst_parser>=0.13
33
sphinx>=7.0
44
sphinx_autodoc_typehints

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ open-coverage = { cmd = "open htmlcov/index.html", depends-on = ["coverage"] }
100100

101101
[tool.pixi.feature.docs.dependencies]
102102
sphinx = ">=7.0"
103-
furo = ">=2023.08.17"
103+
furo = ">=2024.8.6"
104104
myst-parser = ">=0.13"
105105
sphinx-copybutton = "*"
106106
sphinx-autodoc-typehints = "*"

0 commit comments

Comments
 (0)