From bcc804a7c26b5d7bcf7b95be377d69a2887c64d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 08:20:46 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 2.2.3 in /python/bookcollection Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 to 2.2.3. - [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.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/bookcollection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/bookcollection/requirements.txt b/python/bookcollection/requirements.txt index a710f69..859024f 100644 --- a/python/bookcollection/requirements.txt +++ b/python/bookcollection/requirements.txt @@ -1,5 +1,5 @@ Flask==2.0.1 -Werkzeug==2.0.1 +Werkzeug==2.2.3 flask-restx==0.5.1 pymongo==3.12.1 flasgger==0.9.5