From 84be324e7cc831390ad8db606ca1f3940e8b20e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:44:10 +0000 Subject: [PATCH] pip prod(deps): update wgpu requirement Updates the requirements on [wgpu](https://github.com/pygfx/wgpu-py) to permit the latest version. - [Release notes](https://github.com/pygfx/wgpu-py/releases) - [Changelog](https://github.com/pygfx/wgpu-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/pygfx/wgpu-py/compare/v0.28.0...v0.31.0) --- updated-dependencies: - dependency-name: wgpu dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90d480b..516d320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Run your MLIR GPU kernels on WebGPU!" readme = "README.md" requires-python = ">=3.12" -dependencies = ["xdsl~=0.57.0", "wgpu>=0.28.0,<0.31"] +dependencies = ["xdsl~=0.57.0", "wgpu>=0.28.0,<0.32"] [dependency-groups] dev = ["xdsl[dev]"]