diff --git a/requirements.txt b/requirements.txt index 3e87baa..1664b8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -113,7 +113,7 @@ tornado==6.2; python_version >= "3.8" and python_version < "4.0" tqdm==4.64.1; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.4.0" traitlets==5.5.0; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.7.0" typing-extensions==4.4.0; python_version >= "3.8" and python_version < "3.10" -urllib3==1.26.12; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8" +urllib3==2.6.0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8" virtualenv==20.16.6; python_version >= "3.8" and python_version < "4.0" waitress==2.1.2; python_version >= "3.8" and python_version < "4" and python_full_version >= "3.7.0" watchdog==2.1.9; python_version >= "3.8" and python_version < "4.0"