diff --git a/requirements.txt b/requirements.txt index 373f8dbc..21e95b6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,5 @@ simplejson==3.18.1 ; python_full_version > "3.7.1" and python_full_version < "4. six==1.16.0 ; python_full_version > "3.7.1" and python_version < "4" toolz==0.12.0 ; python_full_version > "3.7.1" and python_version < "4" and implementation_name == "pypy" or python_full_version > "3.7.1" and python_version < "4" and implementation_name == "cpython" typing-extensions==4.4.0 ; python_full_version > "3.7.1" and python_full_version < "4.0.0" -urllib3==1.26.14 ; python_full_version > "3.7.1" and python_version < "4" +urllib3==1.26.19 ; python_full_version > "3.7.1" and python_version < "4" zipp==3.11.0 ; python_full_version > "3.7.1" and python_version < "3.8"