From 6ea2d6cc431ced72428b549ec8f56bd309efdb32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 18:25:00 +0000 Subject: [PATCH] Update cbor2 requirement from >=5.4.0 to >=6.0.1 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...6.0.1) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 6.0.1 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 c6e1bfa..4b24fae 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>=6.0.1 # Cryptography for Ed25519 signing cryptography>=47.0.0