From 6274afbd3c76e5dcc9ba970e282f96025bf8f23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:46:13 +0000 Subject: [PATCH] Update cbor2 requirement from >=5.4.0 to >=5.9.0 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.4.0...5.9.0) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 5.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 24462c7..16caebb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bleak>=0.21.0 # CBOR encoding/decoding for VanMoof protocol -cbor2>=5.4.0 +cbor2>=5.9.0 # Cryptography for Ed25519 signing cryptography>=41.0.0