Commit 0cf7258
Yuriy Bezsonov
fix(thread-dump-lambda): Align awscli/boto3 and group them in Dependabot
awscli 1.x and boto3 share botocore/s3transfer, so Dependabot bumping
either one alone caused pip ResolutionImpossible (awscli 1.45.25 needs
s3transfer>=0.18 while boto3 1.43.14 needs <0.18). awscli is required
(eks_client.py imports awscli.customizations.eks.get_token), so it
cannot be removed.
Bump both to the compatible .25 release (verified resolves: botocore
1.43.25, s3transfer 0.18.0) and add a Dependabot group so awscli and
boto3 always update together, preventing recurrence. Supersedes #838
and #839.1 parent b2bc079 commit 0cf7258
2 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
0 commit comments