From 7352e874e58d47feb5db8271705b267fdc89135c Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 21 Dec 2024 01:26:42 +0000 Subject: [PATCH] [autorelease] Update wasmtime version requirement from <28 to <29. --- dependencies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.txt b/dependencies.txt index 06ff7a3..6c1ee48 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -1,2 +1,2 @@ importlib_resources>=1.4; python_version < "3.9" -wasmtime<28,>=1 +wasmtime<29,>=1