From e699e073c4760355b4c5294f5d1c0fde8157f4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:25:37 +0000 Subject: [PATCH] build(deps): Bump cbor2 from 5.5.1 to 5.9.0 in /backend Bumps [cbor2](https://github.com/agronholm/cbor2) from 5.5.1 to 5.9.0. - [Release notes](https://github.com/agronholm/cbor2/releases) - [Commits](https://github.com/agronholm/cbor2/compare/5.5.1...5.9.0) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 5.9.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..67e542f 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.9.0 python-jose[cryptography]==3.3.0 # C2PA