Skip to content

Commit 997bf59

Browse files
committed
[Dependencies] Constraint flask to version ~=3.1.0 to reduce the risk of breaking changes.
1 parent c399f93 commit 997bf59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CHANGELOG
77
**CHANGES**
88
- Add validator that warns against the downsides of disabling in-place updates on compute and login nodes through DevSettings.
99
- Upgrade Connexion to ~=2.15.1 (from ~=2.13.0).
10-
- Upgrade Flask to ~=3.0 (from >=2.2.5,<2.3).
10+
- Upgrade Flask to ~=3.1.0 (from >=2.2.5,<2.3).
1111
- Upgrade Werkzeug to ~=3.1 (from ~=2.0) to address [CVE-2024-34069](https://nvd.nist.gov/vuln/detail/cve-2024-34069).
1212

1313
**BUG FIXES**

cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ PyYAML>=5.3.1,!=5.4
2424
tabulate>=0.8.8,<=0.8.10
2525
connexion~=2.15.1
2626
werkzeug~=3.1
27-
flask~=3.0
27+
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
@@ -51,7 +51,7 @@ def readme():
5151
"jmespath~=0.10",
5252
"jsii==1.85.0",
5353
"werkzeug~=3.1",
54-
"flask~=3.0",
54+
"flask~=3.1.0",
5555
"packaging~=25.0",
5656
]
5757

0 commit comments

Comments
 (0)