From 548d912d002947d7c450772a938a7a1ec56a07d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 06:24:07 +0000 Subject: [PATCH] Bump werkzeug from 2.1.2 to 2.2.3 in /server Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.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/2.1.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 683e0a4..022f13c 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -8,4 +8,4 @@ graphene == 2.1.9 flask-accepts == 0.18.4 marshmallow == 3.14.0 boto3 == 1.18.13 -werkzeug==2.1.2 \ No newline at end of file +werkzeug==2.2.3 \ No newline at end of file