Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
clickclick>=1.2,<21
jsonschema>=2.5.1,<4
requests>=2.9.1,<3
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.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",
Expand Down