chore(deps): bump boto3 to >=1.42.93 and click to >=8.3.2#25
Merged
Conversation
madhavnakar-bt
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Manual bump of the lower bounds for
boto3andclickinpyproject.toml. Dependabot opened both updates as #16 (click) and #18 (boto3) but auto-closed them with the message "no longer updatable" during the rebase cascade after #19 / #20 / #17 merged. The closures look like a race condition in Dependabot's re-evaluation; pyproject.toml on main still had the old lower bounds, so the bumps are still needed.Changes
boto3>=1.42.51,<2.0→boto3>=1.42.93,<2.0(matches ci(deps): update boto3 requirement from <2.0,>=1.42.51 to >=1.42.93,<2.0 #18, paired with the already-merged botocore bump in ci(deps): update botocore requirement from <2.0,>=1.42.51 to >=1.42.93,<2.0 #19)click>=8.1.0,<9.0→click>=8.3.2,<9.0(matches ci(deps): update click requirement from <9.0,>=8.1.0 to >=8.3.2,<9.0 #16, same major)Related