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