From e81046aa6b7f1afbdbce46231ee42c226bc32609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:44:50 +0000 Subject: [PATCH] build(deps): update cbor2 requirement from >=5.4.0 to >=6.1.2 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.1.2) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 6.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 46e125c..55fa031 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -5,7 +5,7 @@ pylru aiohttp>=3.3,<4.0 websockets>=10.0,<16.0 psutil -cbor2>=5.4.0 +cbor2>=6.1.2 # REST API dependencies fastapi>=0.109.0 diff --git a/requirements.txt b/requirements.txt index 5c713ee..de153bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ aiohttp>=3.3,<4.0 websockets>=10.0,<14.0 psutil python-rocksdb<=0.7.0 -cbor2>=5.4.0 +cbor2>=6.1.2 # REST API dependencies fastapi>=0.109.0