From b9f5c286347fde5f97508910b770c2475af3a9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 00:15:27 +0000 Subject: [PATCH] Bump connexion from 2.7 to 2.12.0 in /cli Bumps [connexion](https://github.com/zalando/connexion) from 2.7 to 2.12.0. - [Release notes](https://github.com/zalando/connexion/releases) - [Commits](https://github.com/zalando/connexion/compare/2.7.0...2.12.0) --- updated-dependencies: - dependency-name: connexion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- cli/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index b570de7ac4..d182986fcc 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -21,7 +21,7 @@ aws-cdk.aws-ssm~=1.116 aws-cdk.aws-sqs~=1.116 aws-cdk.aws-cloudformation~=1.116 werkzeug~=2.0 -connexion==2.7 +connexion==2.12.0 clickclick>=1.2,<21 jsonschema>=2.5.1,<4 requests>=2.9.1,<3 diff --git a/cli/setup.py b/cli/setup.py index 97b9663030..4b0f6fd278 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -50,7 +50,7 @@ def readme(): # pin connexion to 2.7.0 since 2.8.0,2.9.0 have introduced stricter requirements for werkzeug and flask. # This does not impact any functionality. Also next connexion release will lift this limitation # and we will be able to upgrade. - "connexion==2.7.0", + "connexion==2.12.0", # Pin to connexion transitive dependencies. # These can be removed after the next connexion release (assuming they pin these dependencies as expected). "clickclick>=1.2,<21",