From 87c88735fba8dce0f917a136a8eb85d59107a3dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:10:56 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 2.2.3 in /webapp Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 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.12.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index 8bedf9b..56b6abe 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -24,6 +24,6 @@ SQLAlchemy==1.1.14 sqlalchemy-migrate==0.11.0 sqlparse==0.2.4 Tempita==0.5.2 -Werkzeug==0.12.2 +Werkzeug==2.2.3 Whoosh==2.7.4 WTForms==2.1 \ No newline at end of file