From a110ad2f9e87d545b5e675361bd9f4abd8842b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:31:24 +0000 Subject: [PATCH] Bump flask from 1.0.2 to 2.3.2 in /examples/server/wsgi Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.3.2. - [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.3.2) --- 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..25022e2 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.3.2 greenlet==0.4.12 itsdangerous==1.1.0 Jinja2==2.11.3