Skip to content

Commit 5659258

Browse files
Update connexion requirement from ~=2.15.1 to ~=3.3.0 in /cli
Updates the requirements on [connexion](https://github.com/spec-first/connexion) to permit the latest version. - [Release notes](https://github.com/spec-first/connexion/releases) - [Commits](spec-first/connexion@2.15.1...3.3.0) --- updated-dependencies: - dependency-name: connexion dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d96bf6 commit 5659258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jsii==1.85.0
2222
marshmallow~=3.10
2323
PyYAML>=5.3.1,!=5.4
2424
tabulate>=0.8.8,<=0.9.0
25-
connexion~=2.15.1
25+
connexion~=3.3.0
2626
werkzeug~=3.1
2727
flask~=3.1.0
2828
packaging~=25.0

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def readme():
4747
"aws-cdk.aws-ssm~=" + CDK_VERSION,
4848
"aws-cdk.aws-sqs~=" + CDK_VERSION,
4949
"aws-cdk.aws-cloudformation~=" + CDK_VERSION,
50-
"connexion~=2.15.1",
50+
"connexion>=2.15.1,<3.4.0",
5151
"jmespath~=1.0",
5252
"jsii==1.85.0",
5353
"werkzeug~=3.1",

0 commit comments

Comments
 (0)