Skip to content

Bump boto3 from 1.24.53 to 1.24.55 #6743

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

Merged
merged 1 commit into from
Aug 21, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2022

Bumps boto3 from 1.24.53 to 1.24.55.

Changelog

Sourced from boto3's changelog.

1.24.55

  • api-change:chime-sdk-media-pipelines: [botocore] The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file.
  • api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
  • api-change:cognito-idp: [botocore] This change is being made simply to fix the public documentation based on the models. We have included the PasswordChange and ResendCode events, along with the Pass, Fail and InProgress status. We have removed the Success and Failure status which are never returned by our APIs.
  • api-change:dynamodb: [botocore] This release adds support for importing data from S3 into a new DynamoDB table
  • api-change:ec2: [botocore] This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs
  • api-change:networkmanager: [botocore] Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model

1.24.54

  • api-change:appmesh: [botocore] AWS App Mesh release to support Multiple Listener and Access Log Format feature
  • api-change:connectcampaigns: [botocore] Updated exceptions for Amazon Connect Outbound Campaign api's.
  • api-change:kendra: [botocore] This release adds Zendesk connector (which allows you to specify Zendesk SAAS platform as data source), Proxy Support for Sharepoint and Confluence Server (which allows you to specify the proxy configuration if proxy is required to connect to your Sharepoint/Confluence Server as data source).
  • api-change:lakeformation: [botocore] This release adds a new API support "AssumeDecoratedRoleWithSAML" and also release updates the corresponding documentation.
  • api-change:lambda: [botocore] Added support for customization of Consumer Group ID for MSK and Kafka Event Source Mappings.
  • api-change:lexv2-models: [botocore] Update lexv2-models client to latest version
  • api-change:rds: [botocore] Adds support for Internet Protocol Version 6 (IPv6) for RDS Aurora database clusters.
  • api-change:secretsmanager: [botocore] Documentation updates for Secrets Manager.
Commits
  • 6bf3413 Merge branch 'release-1.24.55'
  • 1d41ce6 Bumping version to 1.24.55
  • 508c8f1 Add changelog entries from botocore
  • 53655d9 docs: fix simple typo, mehtods -> methods (#3370)
  • c1f87f6 Merge branch 'release-1.24.54'
  • 7e9b8be Merge branch 'release-1.24.54' into develop
  • 9bc9755 Bumping version to 1.24.54
  • 7c162ee Add changelog entries from botocore
  • 6a51ff2 Merge branch 'release-1.24.53' into develop
  • See full diff in compare view

Dependabot compatibility score

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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 19, 2022
Copy link
Contributor

@Maffooch Maffooch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package has a ton a revs..

Bumps [boto3](https://github.com/boto/boto3) from 1.24.53 to 1.24.55.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.24.53...1.24.55)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/dev/boto3-1.24.55 branch from 33c319a to 295f707 Compare August 19, 2022 14:53
@damiencarol
Copy link
Contributor

@Maffooch normal. boto is the core of many tools/feature in AWS CLI

@damiencarol damiencarol merged commit 05d0c0a into dev Aug 21, 2022
@damiencarol damiencarol deleted the dependabot/pip/dev/boto3-1.24.55 branch August 21, 2022 07:31
shipko pushed a commit to shipko/django-DefectDojo that referenced this pull request Sep 5, 2022
Bumps [boto3](https://github.com/boto/boto3) from 1.24.53 to 1.24.55.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.24.53...1.24.55)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 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.

2 participants