Skip to content

Commit

Permalink
[requirements/flask] Pin flask at 2.2.x (#5233)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesg3 committed Apr 26, 2023
1 parent f44a8c5 commit 4351396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ aws-cdk.aws-sqs~=1.137
aws-cdk.aws-cloudformation~=1.137
werkzeug~=2.0
connexion~=2.13.0
flask~=2.0
flask~=2.2.0
jmespath~=0.10
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def readme():
"aws-cdk.aws-cloudformation~=" + CDK_VERSION,
"werkzeug~=2.0",
"connexion~=2.13.0",
"flask~=2.0",
"flask~=2.2.0",
"jmespath~=0.10",
]

Expand Down

0 comments on commit 4351396

Please sign in to comment.