From 064dbf562b82dac361d7eadd45b1799a20f3eb84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:51:32 +0000 Subject: [PATCH] Bump werkzeug from 2.3.7 to 3.0.0 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 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.7...3.0.0) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac04b3d2..80f9b945 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ "pytest==7.4.2", "pytest-cov==4.1.0", "coverage==7.3.1", - "werkzeug==2.3.7", + "werkzeug==3.0.0", "flask==2.3.3", "marshmallow==3.20.1", "webargs==8.3.0",