diff --git a/datascience/requirements-dev.txt b/datascience/requirements-dev.txt index b7b7a3e74f..a873d81b0d 100644 --- a/datascience/requirements-dev.txt +++ b/datascience/requirements-dev.txt @@ -80,7 +80,7 @@ toolz==0.12.1 ; python_full_version == "3.10.12" tornado==6.4 ; python_full_version == "3.10.12" typing-extensions==4.12.0 ; python_full_version == "3.10.12" tzdata==2024.1 ; python_full_version == "3.10.12" -urllib3==2.2.1 ; python_full_version == "3.10.12" +urllib3==2.6.3 ; python_full_version == "3.10.12" virtualenv==20.26.2 ; python_full_version == "3.10.12" wrapt==1.16.0 ; python_full_version == "3.10.12" zict==3.0.0 ; python_full_version == "3.10.12" diff --git a/datascience/requirements.txt b/datascience/requirements.txt index 1075f74521..27645192d2 100644 --- a/datascience/requirements.txt +++ b/datascience/requirements.txt @@ -63,6 +63,6 @@ toolz==0.12.1 ; python_full_version == "3.10.12" tornado==6.4 ; python_full_version == "3.10.12" typing-extensions==4.12.0 ; python_full_version == "3.10.12" tzdata==2024.1 ; python_full_version == "3.10.12" -urllib3==2.2.1 ; python_full_version == "3.10.12" +urllib3==2.6.3 ; python_full_version == "3.10.12" zict==3.0.0 ; python_full_version == "3.10.12" zipp==3.19.0 ; python_full_version == "3.10.12"