Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2025

Bumps the boto group in /requirements with 3 updates: boto3, boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray] and botocore.

Updates boto3 from 1.40.44 to 1.40.47

Commits
  • 215c521 Merge branch 'release-1.40.47'
  • 8613b80 Bumping version to 1.40.47
  • 0bf3c13 Add changelog entries from botocore
  • a6d47b2 Merge branch 'release-1.40.46'
  • e7ef349 Merge branch 'release-1.40.46' into develop
  • 56203e3 Bumping version to 1.40.46
  • 9aa23eb Add changelog entries from botocore
  • 4a131a0 Merge branch 'release-1.40.45'
  • 081b0dd Merge branch 'release-1.40.45' into develop
  • c572cac Bumping version to 1.40.45
  • 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.40.44 to 1.40.47

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 from 1.40.44 to 1.40.47

Commits
  • 2ca91ad Merge branch 'release-1.40.47'
  • 71e1bf4 Bumping version to 1.40.47
  • 9701a6a Update endpoints model
  • eeaa6b9 Update to latest models
  • 3784dde Merge branch 'release-1.40.46'
  • d4a3974 Merge branch 'release-1.40.46' into develop
  • 6acad21 Bumping version to 1.40.46
  • 774cb8d Update to latest models
  • cd9652c Support default millisecond timestamp precision for custom services (#3568)
  • 5ce2bc5 Merge branch 'release-1.40.45'
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the boto group in /requirements with 3 updates: [boto3](https://github.com/boto/boto3), [boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray]](https://github.com/youtype/mypy_boto3_builder) and [botocore](https://github.com/boto/botocore).


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

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

Updates `botocore` from 1.40.44 to 1.40.47
- [Commits](boto/botocore@1.40.44...1.40.47)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.47
  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.40.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boto
- dependency-name: botocore
  dependency-version: 1.40.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boto
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 8, 2025 08:08
@dependabot dependabot bot added python Pull requests that update Python code dependencies Pull requests that update a dependency file labels Oct 8, 2025
@roger-zhangg roger-zhangg added this pull request to the merge queue Oct 8, 2025
Merged via the queue into develop with commit 3109ec6 Oct 8, 2025
55 checks passed
@dependabot dependabot bot deleted the dependabot/pip/requirements/develop/boto-1310c2e335 branch October 8, 2025 18:02
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