Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update boto3 requirement from ~=1.26.127 to ~=1.26.130 #939

Merged
merged 1 commit into from May 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2023

Updates the requirements on boto3 to permit the latest version.

Changelog

Sourced from boto3's changelog.

1.26.130

  • api-change:glue: [botocore] Support large worker types G.4x and G.8x for Glue Spark
  • api-change:guardduty: [botocore] Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs
  • api-change:iotsitewise: [botocore] Provide support for 20,000 max results for GetAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates
  • api-change:sts: [botocore] Documentation updates for AWS Security Token Service.

1.26.129

  • api-change:ec2: [botocore] This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
  • api-change:inspector2: [botocore] Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated.
  • api-change:mediatailor: [botocore] This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled.
  • api-change:sqs: [botocore] Revert previous SQS protocol change.

1.26.128

  • bugfix:sqs: [botocore] Rolled back recent change to wire format protocol

1.26.127

  • api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
  • api-change:config: [botocore] Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023.
  • api-change:connect: [botocore] Remove unused InvalidParameterException from CreateParticipant API
  • api-change:ecs: [botocore] Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
  • api-change:network-firewall: [botocore] This release adds support for the Suricata REJECT option in midstream exception configurations.
  • api-change:opensearch: [botocore] DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain
  • api-change:quicksight: [botocore] Add support for Topic, Dataset parameters and VPC
  • api-change:rekognition: [botocore] This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
  • api-change:s3: [botocore] Documentation updates for Amazon S3
  • api-change:sagemaker: [botocore] We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models.
  • api-change:securityhub: [botocore] Add support for Finding History.
  • api-change:sqs: [botocore] This release enables customers to call SQS using AWS JSON-1.0 protocol.

1.26.126

  • api-change:appsync: [botocore] Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
  • api-change:ec2: [botocore] Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
  • api-change:inspector2: [botocore] This feature provides deep inspection for linux based instance
  • api-change:iottwinmaker: [botocore] This release adds a field for GetScene API to return error code and message from dependency services.
  • api-change:network-firewall: [botocore] AWS Network Firewall now supports policy level HOME_NET variable overrides.
  • api-change:opensearch: [botocore] Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.

... (truncated)

Commits
  • deaf69e Merge branch 'release-1.26.130'
  • ec0180e Bumping version to 1.26.130
  • 56273f0 Add changelog entries from botocore
  • ba32392 Merge branch 'release-1.26.129'
  • 3528064 Merge branch 'release-1.26.129' into develop
  • 8298979 Bumping version to 1.26.129
  • 7a4ed0d Add changelog entries from botocore
  • da6d195 Merge branch 'release-1.26.128'
  • f9f0edd Merge branch 'release-1.26.128' into develop
  • 213b3af Bumping version to 1.26.128
  • 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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.26.127...1.26.130)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
...

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 May 9, 2023
@jacksonj04 jacksonj04 enabled auto-merge May 10, 2023 13:01
@jacksonj04 jacksonj04 added this pull request to the merge queue May 10, 2023
Merged via the queue into main with commit ced8c77 May 10, 2023
11 checks passed
@dependabot dependabot bot deleted the dependabot/pip/boto3-approx-eq-1.26.130 branch May 10, 2023 13:05
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant