From 6b8686d9291b097a3b1d3c1c0b75a6f8aebc57da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:03:27 +0000 Subject: [PATCH] Bump cbor2 from 5.6.2 to 5.8.0 Bumps [cbor2](https://github.com/agronholm/cbor2) from 5.6.2 to 5.8.0. - [Release notes](https://github.com/agronholm/cbor2/releases) - [Commits](https://github.com/agronholm/cbor2/compare/5.6.2...5.8.0) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 5.8.0 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 a3426a5b2d24c..e06e6e3a24c02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Babel==2.9.1 ; python_version < '3.11' # min version = 2.6.0 (Focal with securi Babel==2.10.3 ; python_version >= '3.11' and python_version < '3.13' Babel==2.17.0 ; python_version >= '3.13' cbor2==5.4.2 ; python_version < '3.12' -cbor2==5.6.2 ; python_version >= '3.12' +cbor2==5.8.0 ; python_version >= '3.12' chardet==4.0.0 ; python_version < '3.11' # (Jammy) chardet==5.2.0 ; python_version >= '3.11' cryptography==3.4.8; python_version < '3.12' # incompatibility between pyopenssl 19.0.0 and cryptography>=37.0.0