From 2712968f92f48dfdfb42b4c921cfd32f2c23e463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:30:06 +0000 Subject: [PATCH] Bump flask from 1.1.2 to 2.3.2 in /openapi-server/python-flask Bumps [flask](https://github.com/pallets/flask) from 1.1.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.1.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openapi-server/python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi-server/python-flask/requirements.txt b/openapi-server/python-flask/requirements.txt index 70e1f0c..c9dc189 100644 --- a/openapi-server/python-flask/requirements.txt +++ b/openapi-server/python-flask/requirements.txt @@ -8,4 +8,4 @@ werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 setuptools >= 21.0.0 -Flask == 1.1.2 +Flask == 2.3.2