Skip to content

chore(deps): bump the boto group with 5 updates#8773

Merged
roger-zhangg merged 1 commit intodevelopfrom
dependabot/pip/develop/boto-f009a99e8c
Mar 10, 2026
Merged

chore(deps): bump the boto group with 5 updates#8773
roger-zhangg merged 1 commit intodevelopfrom
dependabot/pip/develop/boto-f009a99e8c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps the boto group with 5 updates:

Package From To
boto3[crt] 1.42.59 1.42.64
boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray] 1.42.59 1.42.64
botocore[crt] 1.42.59 1.42.64
mypy-boto3-iam 1.42.4 1.42.64
types-awscrt 0.31.2 0.31.3

Updates boto3[crt] from 1.42.59 to 1.42.64

Commits
  • 12c6ff2 Merge branch 'release-1.42.64'
  • e006a9a Bumping version to 1.42.64
  • e4935ee Add changelog entries from botocore
  • 3cb7506 Fix typo in CONTRIBUTING.rst: codstyle to codestyle (#4731)
  • 5e8adc5 Merge branch 'release-1.42.63'
  • 1c19e8c Merge branch 'release-1.42.63' into develop
  • ab9feea Bumping version to 1.42.63
  • ea37886 Add changelog entries from botocore
  • 1e80b23 Merge branch 'release-1.42.62'
  • e36ca90 Merge branch 'release-1.42.62' into develop
  • Additional commits viewable in compare view

Updates boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray] from 1.42.59 to 1.42.64

Release notes

Sourced from boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray]'s releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates botocore[crt] from 1.42.59 to 1.42.64

Commits
  • dc6194d Merge branch 'release-1.42.64'
  • 0e0b098 Bumping version to 1.42.64
  • 20b7697 Update to latest models
  • 643e682 Fix typo in CONTRIBUTING.rst: codstyle to codestyle (#3646)
  • 053383c Merge branch 'release-1.42.63'
  • 01d0b3b Merge branch 'release-1.42.63' into develop
  • e4c22a1 Bumping version to 1.42.63
  • 5ba4982 Update endpoints model
  • 684f32c Update to latest models
  • 9ae78f1 Merge pull request #3645 from kdaily/lint-connecthealth-removal-handler
  • Additional commits viewable in compare view

Updates mypy-boto3-iam from 1.42.4 to 1.42.64

Release notes

Sourced from mypy-boto3-iam's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates types-awscrt from 0.31.2 to 0.31.3

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 9, 2026 23:21
@dependabot dependabot bot added python Pull requests that update Python code dependencies Pull requests that update a dependency file labels Mar 9, 2026
Bumps the boto group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3[crt]](https://github.com/boto/boto3) | `1.42.59` | `1.42.64` |
| [boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray]](https://github.com/youtype/mypy_boto3_builder) | `1.42.59` | `1.42.64` |
| [botocore[crt]](https://github.com/boto/botocore) | `1.42.59` | `1.42.64` |
| [mypy-boto3-iam](https://github.com/youtype/mypy_boto3_builder) | `1.42.4` | `1.42.64` |
| [types-awscrt](https://github.com/youtype/types-awscrt) | `0.31.2` | `0.31.3` |


Updates `boto3[crt]` from 1.42.59 to 1.42.64
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.59...1.42.64)

Updates `boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray]` from 1.42.59 to 1.42.64
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `botocore[crt]` from 1.42.59 to 1.42.64
- [Commits](boto/botocore@1.42.59...1.42.64)

Updates `mypy-boto3-iam` from 1.42.4 to 1.42.64
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `types-awscrt` from 0.31.2 to 0.31.3
- [Release notes](https://github.com/youtype/types-awscrt/releases)
- [Commits](https://github.com/youtype/types-awscrt/commits)

---
updated-dependencies:
- dependency-name: boto3[crt]
  dependency-version: 1.42.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boto
- dependency-name: boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray]
  dependency-version: 1.42.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boto
- dependency-name: botocore[crt]
  dependency-version: 1.42.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boto
- dependency-name: mypy-boto3-iam
  dependency-version: 1.42.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boto
- dependency-name: types-awscrt
  dependency-version: 0.31.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boto
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/boto-f009a99e8c branch from 6f4754d to a907dfd Compare March 10, 2026 08:16
@roger-zhangg roger-zhangg added this pull request to the merge queue Mar 10, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 10, 2026
@roger-zhangg roger-zhangg added this pull request to the merge queue Mar 10, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2026

Dependabot attempted to update this pull request, but because the branch dependabot/pip/develop/boto-f009a99e8c is protected it was unable to do so.

Merged via the queue into develop with commit 241d9f6 Mar 10, 2026
46 checks passed
@dependabot dependabot bot deleted the dependabot/pip/develop/boto-f009a99e8c branch March 10, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pr/internal python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants