diff --git a/requirements.txt b/requirements.txt index 31e8ea69d1..8e8537aa77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -87,9 +87,11 @@ tblib>=3.1.0 # So that the django test runner provides tracebacks tlds>=2022042700 # Used to teach bleach about which TLDs currently exist tqdm>=4.67.1 unidecode>=1.4.0 -urllib3>=2.5.0 +urllib3>=2.7.0 weasyprint>=66.0 xml2rfc>=3.30.0 xym>=0.6,<0.10.0 zxcvbn>=4.5.0 types-zxcvbn~=4.5.0.20250223 # match zxcvbn version +idna>=3.15 # not directly required, pinned by Snyk to avoid a vulnerability +sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability