summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-21 10:35:05 +0000
committerGitHub <noreply@github.com>2024-02-21 10:35:05 +0000
commit91694907da1a9484464fe40ca1401dc3e3272e11 (patch)
tree20140642ec11e74027c2f95775bef08eefdbca36 /pyproject.toml
parentBump dawidd6/action-download-artifact from 3.0.0 to 3.1.1 (#16933) (diff)
downloadsynapse-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.toml2
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]