diff --git a/python/scripts/vendor.py b/python/scripts/vendor.py index 78058183e4..7c61afd37b 100755 --- a/python/scripts/vendor.py +++ b/python/scripts/vendor.py @@ -41,8 +41,8 @@ def main() -> int: parser.parse_args() packages = { - "meson==1.10.0": - "4b27aafce281e652dcb437b28007457411245d975c48b5db3a797d3e93ae1585", + "meson==1.11.1": + "9b3a023657e393dbc5335b95c561337d49b7a458f5541e47ec44f2cc566e0d80", "qemu.qmp==0.0.5": "e05782d6df5844b34e0d2f7c68693525da074deef7b641c1401dda6e4e3d6303", "pycotap==1.3.1": diff --git a/python/wheels/meson-1.10.0-py3-none-any.whl b/python/wheels/meson-1.10.0-py3-none-any.whl deleted file mode 100644 index 2b4a73a5ff..0000000000 Binary files a/python/wheels/meson-1.10.0-py3-none-any.whl and /dev/null differ diff --git a/python/wheels/meson-1.11.1-py3-none-any.whl b/python/wheels/meson-1.11.1-py3-none-any.whl new file mode 100644 index 0000000000..8dc3c9f2f6 Binary files /dev/null and b/python/wheels/meson-1.11.1-py3-none-any.whl differ diff --git a/pythondeps.toml b/pythondeps.toml index a071774242..47d4caefa9 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.10.0", canary = "meson" } +meson = { accepted = ">=1.5.0", installed = "1.11.1", 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.10.0", installed = "1.10.0", canary = "meson" } +meson = { accepted = ">=1.11.0", installed = "1.11.1", canary = "meson" } [docs] # Please keep the installed versions in sync with docs/requirements.txt