From 630dbfe4bac9795226935baeccfb79be9f24f996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:34:22 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.1 in /chapter-9/chapter-9-flask-app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 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.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chapter-9/chapter-9-flask-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-9/chapter-9-flask-app/requirements.txt b/chapter-9/chapter-9-flask-app/requirements.txt index 8b776f0..9e66ffb 100644 --- a/chapter-9/chapter-9-flask-app/requirements.txt +++ b/chapter-9/chapter-9-flask-app/requirements.txt @@ -7,7 +7,7 @@ Jinja2==3.1.2 MarkupSafe==2.1.2 pymongo==4.3.3 typing_extensions==4.5.0 -Werkzeug==2.2.3 +Werkzeug==3.0.1 zipp==3.14.0 prometheus-client==0.16.0 prometheus-flask-exporter==0.22.3