From e735763912e8ebd2c80ab93bcd2bad021eb2a19d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:02:56 +0000 Subject: [PATCH] build(deps): Bump cbor2 from 5.5.1 to 5.8.0 in /backend Bumps [cbor2](https://github.com/agronholm/cbor2) from 5.5.1 to 5.8.0. - [Release notes](https://github.com/agronholm/cbor2/releases) - [Commits](https://github.com/agronholm/cbor2/compare/5.5.1...5.8.0) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 5.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1dbcbcd..21eee36 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,7 +18,7 @@ pymongo==4.6.1 # Cryptography & Security cryptography==42.0.0 pycose==1.0.1 -cbor2==5.5.1 +cbor2==5.8.0 python-jose[cryptography]==3.3.0 # C2PA