From c46d07ee6207b484434b05b5f41325b5248a2a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:07:37 +0000 Subject: [PATCH] Bump werkzeug from 0.9.4 to 3.0.1 in /samples/mobile_backend Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.9.4 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/0.9.4...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/mobile_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mobile_backend/requirements.txt b/samples/mobile_backend/requirements.txt index 81ccb55b..a180e6cf 100644 --- a/samples/mobile_backend/requirements.txt +++ b/samples/mobile_backend/requirements.txt @@ -1,7 +1,7 @@ Flask==0.10.1 Jinja2==2.7.1 MarkupSafe==0.18 -Werkzeug==0.9.4 +Werkzeug==3.0.1 httplib2==0.8 itsdangerous==0.23 paypalrestsdk==1.1.0