From 85c63207a63d76546b3c19545c7542fd1498d392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:42:54 +0000 Subject: [PATCH] Update wasmtime requirement from >=13.0 to >=43.0.0 Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime-py) to permit the latest version. - [Commits](https://github.com/bytecodealliance/wasmtime-py/compare/13.0.0...43.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 43.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 204c8e78d..8388683e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "phir>=0.3.3", "polars>=1.0.0", # DataFrame library for examples/benchmarks # WebAssembly runtimes for testing - "wasmtime>=13.0", + "wasmtime>=43.0.0", "jupyter>=1.1.1", ] test = [ # pinning testing environment