File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ CHANGELOG
99- Upgrade Connexion to ~ =2.15.1 (from ~ =2.13.0).
1010- 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 ) .
12+ - Upgrade jmespath to ~ =1.0 (from ~ =0.10).
13+ - Upgrade tabulate to <=0.9.0 (from <=0.8.10).
1214
1315** BUG FIXES**
1416- Reduce EFA installation time for Ubuntu by ~ 20 minutes by only holding kernel packages for the installed kernel.
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ aws_cdk.aws-cloudwatch~=1.164
1717aws_cdk.aws-lambda ~= 1.164
1818boto3 >= 1.39.4
1919jinja2 ~= 3.0
20- jmespath ~= 0.10
20+ jmespath ~= 1.0
2121jsii == 1.85.0
2222marshmallow ~= 3.10
2323PyYAML >= 5.3.1 ,!= 5.4
24- tabulate >= 0.8.8 ,<= 0.8.10
24+ tabulate >= 0.8.8 ,<= 0.9.0
2525connexion ~= 2.15.1
2626werkzeug ~= 3.1
2727flask ~= 3.1.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def readme():
2525REQUIRES = [
2626 "setuptools" ,
2727 "boto3>=1.39.4" ,
28- "tabulate>=0.8.8,<=0.8.10 " ,
28+ "tabulate>=0.8.8,<=0.9.0 " ,
2929 "PyYAML>=5.3.1,!=5.4" ,
3030 "jinja2~=3.0" ,
3131 "marshmallow~=3.10" ,
@@ -48,7 +48,7 @@ def readme():
4848 "aws-cdk.aws-sqs~=" + CDK_VERSION ,
4949 "aws-cdk.aws-cloudformation~=" + CDK_VERSION ,
5050 "connexion~=2.15.1" ,
51- "jmespath~=0.10 " ,
51+ "jmespath~=1.0 " ,
5252 "jsii==1.85.0" ,
5353 "werkzeug~=3.1" ,
5454 "flask~=3.1.0" ,
You can’t perform that action at this time.
0 commit comments