diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-21 10:35:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 10:35:05 +0000 |
commit | 91694907da1a9484464fe40ca1401dc3e3272e11 (patch) | |
tree | 20140642ec11e74027c2f95775bef08eefdbca36 /pyproject.toml | |
parent | Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.1 (#16933) (diff) | |
download | synapse-91694907da1a9484464fe40ca1401dc3e3272e11.tar.xz |
Bump furo from 2023.9.10 to 2024.1.29 (#16939)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e1ffb9ffef..7735f08268 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -372,7 +372,7 @@ optional = true sphinx = {version = "^6.1", python = "^3.8"} sphinx-autodoc2 = {version = ">=0.4.2,<0.6.0", python = "^3.8"} myst-parser = {version = "^1.0.0", python = "^3.8"} -furo = ">=2022.12.7,<2024.0.0" +furo = ">=2022.12.7,<2025.0.0" [build-system] |