From 2578a5efcb7bf09f45804518990515a51460969f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 15:25:03 +0000 Subject: [PATCH] Bump flask from 1.0.2 to 2.2.5 in /examples/server/wsgi Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.2.5. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.0.2...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/server/wsgi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/wsgi/requirements.txt b/examples/server/wsgi/requirements.txt index fcef9fa..add0bd1 100644 --- a/examples/server/wsgi/requirements.txt +++ b/examples/server/wsgi/requirements.txt @@ -2,7 +2,7 @@ Click==7.0 enum-compat==0.0.2 enum34==1.1.6 eventlet==0.20.1 -Flask==1.0.2 +Flask==2.2.5 greenlet==0.4.12 itsdangerous==1.1.0 Jinja2==2.11.3