From 82a84d00fb1b316c78a7c2f710f42c93c0e31ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:52:33 +0000 Subject: [PATCH] Bump werkzeug from 2.2.2 to 2.3.8 in /cloud_function Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.3.8. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.2...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cloud_function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_function/requirements.txt b/cloud_function/requirements.txt index 7d98146..3650609 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==2.3.8 # 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