Bump awscli from 1.29.85 to 1.44.78 - #29
Conversation
Bumps [awscli](https://github.com/aws/aws-cli) from 1.29.85 to 1.44.78. - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](aws/aws-cli@1.29.85...1.44.78) --- updated-dependencies: - dependency-name: awscli dependency-version: 1.44.78 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3d2b1f9. Configure here.
| amazon = | ||
| boto3~=1.28.57 | ||
| awscli~=1.29.57 | ||
| awscli~=1.44.78 |
There was a problem hiding this comment.
Incompatible AWS dependency versions
High Severity
awscli is bumped to 1.44.78 while boto3 and botocore stay on the 1.28/1.31 lines. Those three packages are version-locked together, so the amazon extra and the pinned requirements.txt set become unsatisfiable and installs fail.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 3d2b1f9. Configure here.
| amazon = | ||
| boto3~=1.28.57 | ||
| awscli~=1.29.57 | ||
| awscli~=1.44.78 |
There was a problem hiding this comment.
Python 3.8 support broken
Medium Severity
awscli 1.44.78 requires Python >=3.9, but this package still declares python_requires = >=3.8,<3.11. On supported Python 3.8 environments, installing the amazon extra or the locked requirements fails.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 3d2b1f9. Configure here.
There was a problem hiding this comment.
Risk: medium. Left a non-blocking comment (not approved): Cursor Bugbot ended as skipping and reported unresolved findings (awscli/boto3/botocore version skew; Python ≥3.9 vs package python_requires ≥3.8). Human review is needed; assigning reviewers.
Sent by Cursor Approval Agent: Pull Request Approver




Bumps awscli from 1.29.85 to 1.44.78.
Commits
53cefc7Merge branch 'release-1.44.78'6023f1cBumping version to 1.44.782e46bd7Update changelog based on model updates34d4d6fRevert "Tighten output file permissions (#10197)" (#10214)84f0ec6Tighten CodeDeploy config file permissions (#10206)850022dMerge branch 'release-1.44.77'1a6976eMerge branch 'release-1.44.77' into developbb780bbBumping version to 1.44.773abf4b6Update changelog based on model updates01a21eeTighten output file permissions (#10197)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Dependency-only version bump with no application code changes; minor risk if AWS CLI behavior differs for amazon-extra workflows.
Overview
Dependabot bumps awscli from
1.29.85to1.44.78in the pinnedrequirements.txtand aligns theamazonoptional extra insetup.cfg(awscli~=1.44.78). boto3 and botocore pins are unchanged in this diff.Reviewed by Cursor Bugbot for commit 3d2b1f9. Bugbot is set up for automated code reviews on this repo. Configure here.