Bump botocore from 1.43.22 to 1.43.26#362
Merged
Merged
Conversation
Bumps [botocore](https://github.com/boto/botocore) from 1.43.22 to 1.43.26. - [Commits](boto/botocore@1.43.22...1.43.26) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.43.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Risk assessment: Low.
Evidence from the diff: this PR only changes requirements.txt, bumping botocore from 1.43.22 to 1.43.26. I found no direct botocore, boto3, AWS, or S3 usage in the repo and no application logic, infrastructure, or configuration changes in the diff. The relevant CI checks are passing (ruff, mypy, unit-tests, vulture, gunicorn-smoke).
Review decision: I did not self-approve because .github/CODEOWNERS applies @redreceipt to all files, the PR is blocked, and @redreceipt is already requested. No additional reviewers assigned.
Sent by Cursor Automation: Assign PR reviewers
redreceipt
approved these changes
Jun 10, 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.


Bumps botocore from 1.43.22 to 1.43.26.
Commits
6ed7218Merge branch 'release-1.43.26'67bd422Bumping version to 1.43.263c616fdUpdate endpoints model042fb28Update to latest models1610dd1Cleanup dead urllib3 import specification in setup.cfg (#3723)a09b615Merge branch 'release-1.43.25'59d0e8bMerge branch 'release-1.43.25' into develop6310ca5Bumping version to 1.43.25ee9524dUpdate to latest modelsf949c25Merge branch 'release-1.43.24'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)Note
Low Risk
Dependency-only patch version bump with no code changes; typical low-risk maintenance update.
Overview
Updates the pinned
botocoreversion inrequirements.txtfrom 1.43.22 to 1.43.26 (patch release per upstream release notes: endpoint/model updates and minor packaging cleanup).No application source changes accompany this bump; it only affects the declared dependency lock for AWS SDK low-level client behavior if
botocoreis pulled in transitively or used directly at runtime.Reviewed by Cursor Bugbot for commit 84dff42. Bugbot is set up for automated code reviews on this repo. Configure here.