Skip to content

Commit faae7b0

Browse files
Update wasmtime requirement from >=13.0 to >=43.0.0 (#288)
Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime-py) to permit the latest version. - [Commits](bytecodealliance/wasmtime-py@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4db17fa commit faae7b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dev = [
3939
"phir>=0.3.3",
4040
"polars>=1.0.0", # DataFrame library for examples/benchmarks
4141
# WebAssembly runtimes for testing
42-
"wasmtime>=13.0",
42+
"wasmtime>=43.0.0",
4343
"jupyter>=1.1.1",
4444
]
4545
test = [ # pinning testing environment

0 commit comments

Comments
 (0)