From aabd2e4ff8545a345ce5b22315dd6914ed038e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 14:33:03 +0000 Subject: [PATCH] build(deps): update cbor2 requirement from <6,>=5.9.0 to >=5.9.0,<7 Updates the requirements on [cbor2](https://github.com/agronholm/cbor2) to permit the latest version. - [Release notes](https://github.com/agronholm/cbor2/releases) - [Commits](https://github.com/agronholm/cbor2/compare/5.9.0...6.0.1) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 6.0.1 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 3908023..8ee8ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "act-sdk>=0.2.0", # Defense-in-depth pin; act-sdk also pins this. cbor2 6.0 is a Rust # C-extension that doesn't load inside componentize-py wasm. - "cbor2>=5.9.0,<6", + "cbor2>=5.9.0,<7", ] [dependency-groups]