From d9cbc2a298041a0e9bff4155ca373471671e903f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:48:51 +0000 Subject: [PATCH] chore(deps): Update componentize-py requirement Updates the requirements on [componentize-py](https://github.com/bytecodealliance/componentize-py) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/componentize-py/releases) - [Commits](https://github.com/bytecodealliance/componentize-py/compare/v0.17.0...v0.25.0) --- updated-dependencies: - dependency-name: componentize-py dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- experiments/003_wasm_compile/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/003_wasm_compile/requirements.txt b/experiments/003_wasm_compile/requirements.txt index 438c236..141c3a0 100644 --- a/experiments/003_wasm_compile/requirements.txt +++ b/experiments/003_wasm_compile/requirements.txt @@ -1,2 +1,2 @@ -componentize-py>=0.17,<0.18 +componentize-py>=0.25.0,<0.26 spin-sdk>=3.4,<4