diff --git a/cloud_function/requirements.txt b/cloud_function/requirements.txt index 7d98146..b53bd06 100644 --- a/cloud_function/requirements.txt +++ b/cloud_function/requirements.txt @@ -12,7 +12,7 @@ pyproj==3.6.1 geopy==2.3.0 shapely==2.0.3 cryptography==42.0.5 -Werkzeug==2.2.2 # This lets me avoid an ImportError: cannot import name 'url_quote' from 'werkzeug.urls' +Werkzeug==3.0.3 # This lets me avoid an ImportError: cannot import name 'url_quote' from 'werkzeug.urls' google-cloud-storage==2.14.0 python-dotenv==1.0.1 sqlalchemy==1.4.40