Skip to content

Commit 65e7d37

Browse files
committed
[Dependencies] Upgrade Flask to version 3.1.0 (from 2.2.5).
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent b670019 commit 65e7d37

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CHANGELOG
1616
- Upgrade mysql-community-client to version 8.0.39.
1717
- Upgrade Werkzeug to version 3.1.3.
1818
- Upgrade Connexion to version 3.1.x.
19+
- Upgrade Flask to version 3.1.0.
1920

2021
**BUG FIXES**
2122
- When mounting an external OpenZFS, it is no longer required to set the outbound rules for ports 111, 2049, 20001, 20002, 20003.

cli/requirements.txt

Lines changed: 1 addition & 1 deletion
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[flask]~=3.1.0
20-
flask>=2.2.5,<2.3
20+
flask~=3.1.0
2121
jinja2~=3.0
2222
jmespath~=0.10
2323
jsii==1.85.0

cli/setup.py

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

0 commit comments

Comments
 (0)