diff --git a/cli/requirements.txt b/cli/requirements.txt index b570de7ac4..917d315a78 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.13.1 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..1e8fd9e850 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.13.1", # 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",