diff --git a/requirements.txt b/requirements.txt index a3426a5b2d24c..bd9eb2b8e5f4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -84,7 +84,7 @@ rjsmin==1.1.0 ; python_version < '3.11' # (jammy) rjsmin==1.2.0 ; python_version >= '3.11' rl-renderPM==4.0.3 ; sys_platform == 'win32' and python_version >= '3.12' # Needed by reportlab 4.1.0 but included in deb package urllib3==1.26.5 ; python_version < '3.12' # indirect / min version = 1.25.8 (Focal with security backports) -urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography +urllib3==2.6.3 ; python_version >= '3.12' # (Noble) Compatibility with cryptography vobject==0.9.6.1 Werkzeug==2.0.2 ; python_version <= '3.10' Werkzeug==2.2.2 ; python_version > '3.10' and python_version < '3.12'