diff options
Diffstat (limited to '')
| -rwxr-xr-x | python/scripts/vendor.py | 4 | ||||
| -rw-r--r-- | python/wheels/meson-1.2.3-py3-none-any.whl | bin | 964928 -> 0 bytes | |||
| -rw-r--r-- | python/wheels/meson-1.5.0-py3-none-any.whl | bin | 0 -> 959846 bytes | |||
| -rw-r--r-- | pythondeps.toml | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/python/scripts/vendor.py b/python/scripts/vendor.py index 07aff97cca..0405e910b4 100755 --- a/python/scripts/vendor.py +++ b/python/scripts/vendor.py @@ -41,8 +41,8 @@ def main() -> int: parser.parse_args() packages = { - "meson==1.2.3": - "4533a43c34548edd1f63a276a42690fce15bde9409bcf20c4b8fa3d7e4d7cac1", + "meson==1.5.0": + "52b34f4903b882df52ad0d533146d4b992c018ea77399f825579737672ae7b20", } vendor_dir = Path(__file__, "..", "..", "wheels").resolve() diff --git a/python/wheels/meson-1.2.3-py3-none-any.whl b/python/wheels/meson-1.2.3-py3-none-any.whl deleted file mode 100644 index a8b84e5f11..0000000000 --- a/python/wheels/meson-1.2.3-py3-none-any.whl +++ /dev/null Binary files differdiff --git a/python/wheels/meson-1.5.0-py3-none-any.whl b/python/wheels/meson-1.5.0-py3-none-any.whl new file mode 100644 index 0000000000..c7edeb37ad --- /dev/null +++ b/python/wheels/meson-1.5.0-py3-none-any.whl Binary files differdiff --git a/pythondeps.toml b/pythondeps.toml index 0a7f69b196..c03c9df81b 100644 --- a/pythondeps.toml +++ b/pythondeps.toml @@ -19,7 +19,7 @@ [meson] # The install key should match the version in python/wheels/ -meson = { accepted = ">=1.1.0", installed = "1.2.3", canary = "meson" } +meson = { accepted = ">=1.5.0", installed = "1.5.0", canary = "meson" } pycotap = { accepted = ">=1.1.0", installed = "1.3.1" } [docs] |