From aae1b4affb234dd9e408d4a9c93cea325f514fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:27:42 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.2.2 to 3.0.3 in /cloud_function Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 3.0.3. - [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...3.0.3) --- 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..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