From 03a0837b11f6128654764b55d79522ce69300fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 00:08:20 +0000 Subject: [PATCH] Bump connexion from 2.7 to 2.14.2 in /cli Bumps [connexion](https://github.com/zalando/connexion) from 2.7 to 2.14.2. - [Release notes](https://github.com/zalando/connexion/releases) - [Commits](https://github.com/zalando/connexion/compare/2.7.0...2.14.2) --- 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..c2e6ca80e4 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.14.2 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..65307655a6 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.14.2", # 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",