From 5de51bf22624944e4bc30f4c9701bb0cf9f7433d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:04:47 +0000 Subject: [PATCH] Bump werkzeug from 2.3.6 to 3.0.0 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 3.0.0. - [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.3.6...3.0.0) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c1e335f86..4b1fae3bf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ schematics==2.1.1 sentry-sdk[flask]==1.26.0 shapely==2.0.1 SQLAlchemy==2.0.19 -Werkzeug==2.3.6 +Werkzeug==3.0.0 # Dev dependencies (stuff useful for development) black==23.7.0 coverage==7.2.7