Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Update boto3 requirement from ~=1.24.46 to ~=1.24.68 #1272

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2022

Updates the requirements on boto3 to permit the latest version.

Changelog

Sourced from boto3's changelog.

1.24.68

  • api-change:dataexchange: [botocore] Documentation updates for AWS Data Exchange.
  • api-change:ec2: [botocore] Documentation updates for Amazon EC2.
  • api-change:eks: [botocore] Adds support for EKS Addons ResolveConflicts "preserve" flag. Also adds new update failed status for EKS Addons.
  • api-change:fsx: [botocore] Documentation update for Amazon FSx.
  • api-change:inspector2: [botocore] This release adds new fields like fixAvailable, fixedInVersion and remediation to the finding model. The requirement to have vulnerablePackages in the finding model has also been removed. The documentation has been updated to reflect these changes.
  • api-change:iotsitewise: [botocore] Allow specifying units in Asset Properties
  • api-change:sagemaker: [botocore] SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API.
  • api-change:sns: [botocore] Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.

1.24.67

  • api-change:identitystore: [botocore] Documentation updates for the Identity Store CLI Reference.
  • api-change:sagemaker: [botocore] This release adds HyperParameterTuningJob type in Search API.

1.24.66

  • api-change:cognito-idp: [botocore] This release adds a new "AuthSessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
  • api-change:connect: [botocore] This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.
  • api-change:mediapackage: [botocore] Added support for AES_CTR encryption to CMAF origin endpoints
  • api-change:sagemaker: [botocore] This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.

1.24.65

  • api-change:codeguru-reviewer: [botocore] Documentation updates to fix formatting issues in CLI and SDK documentation.
  • api-change:controltower: [botocore] This release contains the first SDK for AWS Control Tower. It introduces a new set of APIs: EnableControl, DisableControl, GetControlOperation, and ListEnabledControls.
  • api-change:route53: [botocore] Documentation updates for Amazon Route 53.

1.24.64

  • api-change:cloudfront: [botocore] Update API documentation for CloudFront origin access control (OAC)
  • api-change:identitystore: [botocore] Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources.
  • api-change:iotthingsgraph: [botocore] This release deprecates all APIs of the ThingsGraph service
  • api-change:ivs: [botocore] IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html
  • api-change:rds-data: [botocore] Documentation updates for RDS Data API
  • api-change:sagemaker: [botocore] SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig

1.24.63

... (truncated)

Commits
  • 4cb0398 Merge branch 'release-1.24.68'
  • 1bf3a4f Bumping version to 1.24.68
  • 27e9f94 Add changelog entries from botocore
  • c997202 Merge branch 'release-1.24.67'
  • 77a5ddd Merge branch 'release-1.24.67' into develop
  • 872979f Bumping version to 1.24.67
  • e75cd7a Add changelog entries from botocore
  • c48d101 Merge branch 'release-1.24.66'
  • 76faaf6 Merge branch 'release-1.24.66' into develop
  • 7cf02c0 Bumping version to 1.24.66
  • 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)

@dependabot dependabot bot added dependabot Pull requests from Dependabot dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 7, 2022
@sanders41
Copy link
Contributor

@dependabot rebase

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.24.46...1.24.68)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/boto3-approx-eq-1.24.68 branch from d2c456d to 11ac723 Compare September 8, 2022 08:48
@sanders41 sanders41 added the run unsafe ci checks Triggers running of unsafe CI checks label Sep 8, 2022
@sanders41 sanders41 merged commit 9f8b212 into main Sep 8, 2022
@sanders41 sanders41 deleted the dependabot/pip/boto3-approx-eq-1.24.68 branch September 8, 2022 10:57
sanders41 pushed a commit that referenced this pull request Sep 22, 2022
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.24.46...1.24.68)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependabot Pull requests from Dependabot dependencies Pull requests that update a dependency file python Pull requests that update Python code run unsafe ci checks Triggers running of unsafe CI checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant