diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-04 11:17:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 11:17:42 +0000 |
commit | dd02c6340e3501fb284a8d8328c30f24186a81ea (patch) | |
tree | 580a1ecfed4f40ae42645c1e388f9b78f9a17e3e /pyproject.toml | |
parent | Bump types-jsonschema from 4.19.0.4 to 4.20.0.0 (#16724) (diff) | |
download | synapse-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.toml | 2 |
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" |