Skip to content

Commit b95b6ff

Browse files
Update flask requirement from <2.3,>=2.2.5 to >=2.2.5,<3.2 in /cli
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.2.5...3.1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f44c1c commit b95b6ff

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
@@ -17,7 +17,7 @@ aws_cdk.aws-cloudwatch~=1.164
1717
aws_cdk.aws-lambda~=1.164
1818
boto3>=1.16.14
1919
connexion~=2.13.0
20-
flask>=2.2.5,<2.3
20+
flask>=2.2.5,<3.2
2121
jinja2~=3.0
2222
jmespath~=0.10
2323
jsii==1.85.0

cli/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def readme():
4848
"aws-cdk.aws-cloudformation~=" + CDK_VERSION,
4949
"werkzeug~=2.0",
5050
"connexion~=2.13.0",
51-
"flask>=2.2.5,<2.3",
51+
"flask>=2.2.5,<3.2",
5252
"jmespath~=0.10",
5353
"jsii==1.85.0",
5454
]

0 commit comments

Comments
 (0)