diff --git a/setup/requirements.txt b/setup/requirements.txt index d2954e7b..fde1d1e6 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -58,5 +58,5 @@ tomli==2.2.1 ; python_version >= "3.9" and python_version < "3.11" tqdm==4.67.1 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0" uritemplate==4.1.1 ; python_version >= "3.9" and python_version < "4.0" -urllib3==2.5.0 ; python_version >= "3.9" and python_version < "4.0" +urllib3==2.6.3 ; python_version >= "3.9" and python_version < "4.0" yarl==1.18.3 ; python_version >= "3.9" and python_version < "4.0"