From cbb82bb40e10f0d5074b8e97ec4d2b55035db2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:44:54 +0000 Subject: [PATCH] build(deps): update cbor2 requirement from >=5.4.0 to >=6.1.4 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.4) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 6.1.4 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 b7717cf..3931b84 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -13,7 +13,7 @@ aiohttp>=3.3,<4.0 # deliberately, not one as a side effect. websockets>=10.0,<14.0 psutil -cbor2>=5.4.0 +cbor2>=6.1.4 # REST API dependencies fastapi>=0.109.0 diff --git a/requirements.txt b/requirements.txt index 5c713ee..907103d 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.4 # REST API dependencies fastapi>=0.109.0