diff options
Diffstat (limited to 'pythondeps.toml')
| -rw-r--r-- | pythondeps.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pythondeps.toml b/pythondeps.toml index 6aba0c9daa..f6e590fdd8 100644 --- a/pythondeps.toml +++ b/pythondeps.toml @@ -23,7 +23,7 @@ meson = { accepted = ">=1.1.0", installed = "1.2.3", canary = "meson" } [docs] # Please keep the installed versions in sync with docs/requirements.txt -sphinx = { accepted = ">=1.6", installed = "5.3.0", canary = "sphinx-build" } +sphinx = { accepted = ">=3.4.3", installed = "5.3.0", canary = "sphinx-build" } sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.1.1" } [avocado] |