From 69c0461a009e4ce9c6b593d3f8365d50f420ebc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:16:42 +0000 Subject: [PATCH] Bump werkzeug from 2.2.2 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 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.2.2...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 258b90b..422ead2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "Flask==2.3.2", "MarkupSafe==2.1.1", "Pillow==7.2.0", - "Werkzeug==2.2.2", + "Werkzeug==3.0.1", "boto3~=1.28.8", "cryptography==40.0.2", "farm==0.5.0",