From c47fc912df2c995f4e9df04194cbf8654f6d3c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 23:49:35 +0000 Subject: [PATCH] Bump werkzeug from 0.16.1 to 2.2.3 in /server-libraries/python-flask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 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.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server-libraries/python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-libraries/python-flask/requirements.txt b/server-libraries/python-flask/requirements.txt index 72ed547..ab34654 100644 --- a/server-libraries/python-flask/requirements.txt +++ b/server-libraries/python-flask/requirements.txt @@ -4,7 +4,7 @@ connexion[swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=="3.4" # connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug # we must peg werkzeug versions below to fix connexion # https://github.com/zalando/connexion/pull/1044 -werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4" +werkzeug == 2.2.3; python_version=="3.5" or python_version=="3.4" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 setuptools >= 21.0.0