diff --git a/auto_worker_requirements.txt b/auto_worker_requirements.txt index cff7193..b345348 100644 --- a/auto_worker_requirements.txt +++ b/auto_worker_requirements.txt @@ -6,6 +6,6 @@ geopandas frost_sta_client google-cloud-storage pytest -urllib3>=2.2.0,<3.0.0 +urllib3>=2.6.3,<3.0.0 Geoalchemy2 sqlalchemy \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 15193eb..a3558f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ psycopg2-binary pytest pyyaml types-pyyaml -urllib3>=2.2.0,<3.0.0 \ No newline at end of file +urllib3>=2.6.3,<3.0.0 \ No newline at end of file