From 68200b5a9f809b4c700dded27f1d2c843e69346c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 23:02:03 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 0.16.0 to 2.2.3 in /example Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.0 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.16.0...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index ab3f52f..755f181 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,2 +1,2 @@ Flask==1.0.2 -werkzeug==0.16.0 \ No newline at end of file +werkzeug==2.2.3 \ No newline at end of file