summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-04 11:17:42 +0000
committerGitHub <noreply@github.com>2023-12-04 11:17:42 +0000
commitdd02c6340e3501fb284a8d8328c30f24186a81ea (patch)
tree580a1ecfed4f40ae42645c1e388f9b78f9a17e3e /pyproject.toml
parentBump types-jsonschema from 4.19.0.4 to 4.20.0.0 (#16724) (diff)
downloadsynapse-dd02c6340e3501fb284a8d8328c30f24186a81ea.tar.xz
Bump sphinx-autodoc2 from 0.4.2 to 0.5.0 (#16723)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b0ccf82e10..eeede837d0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -370,7 +370,7 @@ optional = true
 
 [tool.poetry.group.dev-docs.dependencies]
 sphinx = {version = "^6.1", python = "^3.8"}
-sphinx-autodoc2 = {version = "^0.4.2", 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"