From c5ac2e482b4c39f155df5e95bc8cc57cdb6e6a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:54:17 +0000 Subject: [PATCH] Bump werkzeug from 2.3.7 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 3.0.1. - [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.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eeef8dc..8f58c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "flask-restx==1.1.0", "Flask==2.3.2", "Jinja2==3.1.2", - "Werkzeug==2.3.7", + "Werkzeug==3.0.1", "MarkupSafe==2.1.3", "flask-cors==4.0.0",