diff options
Diffstat (limited to 'pythondeps.toml')
-rw-r--r-- | pythondeps.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pythondeps.toml b/pythondeps.toml index 7eaaa0f..b2eec94 100644 --- a/pythondeps.toml +++ b/pythondeps.toml @@ -19,13 +19,13 @@ [meson] # The install key should match the version in python/wheels/ -meson = { accepted = ">=1.5.0", installed = "1.5.0", canary = "meson" } +meson = { accepted = ">=1.5.0", installed = "1.8.1", canary = "meson" } pycotap = { accepted = ">=1.1.0", installed = "1.3.1" } [docs] # Please keep the installed versions in sync with docs/requirements.txt -sphinx = { accepted = ">=3.4.3", installed = "5.3.0", canary = "sphinx-build" } -sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.1.1" } +sphinx = { accepted = ">=3.4.3", installed = "6.2.1", canary = "sphinx-build" } +sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.2.2" } [testdeps] qemu.qmp = { accepted = ">=0.0.3", installed = "0.0.3" } |