From 4c8136e9936dafe366a0649367f9caf4c50cf232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 23:46:24 +0000 Subject: [PATCH] Bump werkzeug from 0.16.1 to 2.2.3 in /openapi-server/python-aiohttp 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] --- openapi-server/python-aiohttp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi-server/python-aiohttp/requirements.txt b/openapi-server/python-aiohttp/requirements.txt index e0dd796..2c0d54a 100644 --- a/openapi-server/python-aiohttp/requirements.txt +++ b/openapi-server/python-aiohttp/requirements.txt @@ -4,6 +4,6 @@ connexion[aiohttp,swagger-ui] <= 2.3.0; python_version=="3.5" or python_version= # 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.6 aiohttp_jinja2 == 1.2.0