Skip to content

Commit bb0943b

Browse files
committed
[Dependencies] Upgrade Upgrade jmespath to ~=1.0 (from ~=0.10). Upgrade tabulate to <=0.9.0 (from <=0.8.10).
1 parent 997bf59 commit bb0943b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

cli/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ aws_cdk.aws-cloudwatch~=1.164
1717
aws_cdk.aws-lambda~=1.164
1818
boto3>=1.39.4
1919
jinja2~=3.0
20-
jmespath~=0.10
20+
jmespath~=1.0
2121
jsii==1.85.0
2222
marshmallow~=3.10
2323
PyYAML>=5.3.1,!=5.4
24-
tabulate>=0.8.8,<=0.8.10
24+
tabulate>=0.8.8,<=0.9.0
2525
connexion~=2.15.1
2626
werkzeug~=3.1
2727
flask~=3.1.0

cli/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def readme():
2525
REQUIRES = [
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",

0 commit comments

Comments
 (0)