diff --git a/requirements.txt b/requirements.txt index 74b136ea7..77a267934 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ sqlalchemy >= 1.4.22, != 1.4.33, < 3.0.0 # Prefect does not work with 1.4.33 and suds-py3==1.4.5.0 surveygizmo==1.2.3 twilio==9.3.8 -urllib3==1.26.19 +urllib3==2.3.0 validate-email==1.3 xmltodict==0.14.2 diff --git a/setup.py b/setup.py index 93707a4b5..effa7fc7f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def main(): "dbt-postgres": ["dbt-postgres", "slackclient<2"], "dbt-snowflake": ["dbt-snowflake", "slackclient<2"], "facebook": ["joblib", "facebook-business"], - "geocode": ["censusgeocode", "urllib3==1.26.19"], + "geocode": ["censusgeocode", "urllib3==2.3.0"], "github": ["PyGitHub"], "google": [ "apiclient",