From 855fe9e00862ecadc2475650ae70c69acb75d926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 05:25:03 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 2.2.3 in /src Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 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.3...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 7b5c4cc..76c56f6 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -40,6 +40,6 @@ SQLAlchemy==1.4.31 text-unidecode==1.3 virtualenv==20.13.2 virtualenv-clone==0.5.7 -Werkzeug==2.0.3 +Werkzeug==2.2.3 WTForms==3.0.0 psycopg2==2.7.7 \ No newline at end of file