From db2af83d20178654bcabb05f30131ad223b786c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:51:48 +0000 Subject: [PATCH] Bump werkzeug from 0.15.6 to 2.2.3 in /Task-64-FlaskFileUpload Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.6 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/0.15.6...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Task-64-FlaskFileUpload/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Task-64-FlaskFileUpload/requirements.txt b/Task-64-FlaskFileUpload/requirements.txt index f61679e..537308d 100644 --- a/Task-64-FlaskFileUpload/requirements.txt +++ b/Task-64-FlaskFileUpload/requirements.txt @@ -3,4 +3,4 @@ wget==3.2 requests==2.22.0 gunicorn==19.7.1 fpdf==1.7.2 -Werkzeug==0.15.6 \ No newline at end of file +Werkzeug==2.2.3 \ No newline at end of file