Skip to content

Commit f528d26

Browse files
committed
[Dependencies] Upgrade connexion from version ~=2.13.0 to version ~=3.1
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 6bf1c05 commit f528d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws-cdk.core~=1.164
1616
aws_cdk.aws-cloudwatch~=1.164
1717
aws_cdk.aws-lambda~=1.164
1818
boto3>=1.16.14
19-
connexion~=2.13.0
19+
connexion~=3.1
2020
flask>=2.2.5,<2.3
2121
jinja2~=3.0
2222
jmespath~=0.10

cli/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def readme():
4747
"aws-cdk.aws-sqs~=" + CDK_VERSION,
4848
"aws-cdk.aws-cloudformation~=" + CDK_VERSION,
4949
"werkzeug==3.0.3",
50-
"connexion~=2.13.0",
50+
"connexion~=3.1",
5151
"flask>=2.2.5,<2.3",
5252
"jmespath~=0.10",
5353
"jsii==1.85.0",

0 commit comments

Comments
 (0)