diff options
Diffstat (limited to 'pythondeps.toml')
| -rw-r--r-- | pythondeps.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pythondeps.toml b/pythondeps.toml index d0f52b14f7..16fb2a989c 100644 --- a/pythondeps.toml +++ b/pythondeps.toml @@ -19,12 +19,12 @@ [meson] # The install key should match the version in python/wheels/ -meson = { accepted = ">=1.5.0", installed = "1.8.1", canary = "meson" } +meson = { accepted = ">=1.5.0", installed = "1.9.0", canary = "meson" } pycotap = { accepted = ">=1.1.0", installed = "1.3.1" } [meson-rust] # The install key should match the version in python/wheels/ -meson = { accepted = ">=1.8.1", installed = "1.8.1", canary = "meson" } +meson = { accepted = ">=1.9.0", installed = "1.9.0", canary = "meson" } [docs] # Please keep the installed versions in sync with docs/requirements.txt |