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

Bump boto3 from 1.28.53 to 1.28.56 #11539

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps boto3 from 1.28.53 to 1.28.56.

Changelog

Sourced from boto3's changelog.

1.28.56

  • api-change:cognito-idp: [botocore] The UserPoolType Status field is no longer used.
  • api-change:firehose: [botocore] Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka.
  • api-change:iot: [botocore] Added support for IoT Rules Engine Kafka Action Headers
  • api-change:textract: [botocore] This release adds new feature - Layout to Analyze Document API which can automatically extract layout elements such as titles, paragraphs, headers, section headers, lists, page numbers, footers, table areas, key-value areas and figure areas and order the elements as a human would read.

1.28.55

  • api-change:appintegrations: [botocore] The Amazon AppIntegrations service adds a set of APIs (in preview) to manage third party applications to be used in Amazon Connect agent workspace.
  • api-change:apprunner: [botocore] This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories
  • api-change:codedeploy: [botocore] CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.
  • api-change:connect: [botocore] This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace.
  • api-change:dynamodb: [botocore] Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
  • api-change:ec2: [botocore] The release includes AWS verified access to support FIPs compliance in North America regions
  • api-change:lakeformation: [botocore] This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation.
  • api-change:pinpoint: [botocore] Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.
  • api-change:s3: [botocore] This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.

1.28.54

  • api-change:amplifyuibuilder: [botocore] Support for generating code that is compatible with future versions of amplify project dependencies.
  • api-change:chime-sdk-media-pipelines: [botocore] Adds support for sending WebRTC audio to Amazon Kineses Video Streams.
  • api-change:emr-serverless: [botocore] This release adds support for application-wide default job configurations.
  • api-change:finspace-data: [botocore] Adding sensitive trait to attributes. Change max SessionDuration from 720 to 60. Correct "ApiAccess" attribute to "apiAccess" to maintain consistency between APIs.
  • api-change:quicksight: [botocore] Added ability to tag users upon creation.
  • api-change:ssm: [botocore] This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output.
  • api-change:wafv2: [botocore] You can now perform an exact match against the web request's JA3 fingerprint.
Commits
  • a15fb08 Merge branch 'release-1.28.56'
  • 49a9b84 Bumping version to 1.28.56
  • 64a8eb9 Add changelog entries from botocore
  • 89d37e3 Merge branch 'release-1.28.55'
  • ac03fd4 Merge branch 'release-1.28.55' into develop
  • 565af80 Bumping version to 1.28.55
  • 86e0be8 Add changelog entries from botocore
  • f6daaef Merge branch 'release-1.28.54'
  • 255a1b3 Merge branch 'release-1.28.54' into develop
  • fd585a5 Bumping version to 1.28.54
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2023
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Sep 28, 2023
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #11539 (66e0903) into master (8bc6132) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #11539   +/-   ##
=======================================
  Coverage   62.24%   62.24%           
=======================================
  Files         868      868           
  Lines       51757    51757           
  Branches     6469     6469           
=======================================
  Hits        32215    32215           
  Misses      17998    17998           
  Partials     1544     1544           

@afabiani afabiani added this to the 4.2.0 milestone Sep 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

A newer version of boto3 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@giohappy giohappy merged commit 2ef2a50 into master Oct 5, 2023
6 of 8 checks passed
@giohappy giohappy deleted the dependabot/pip/boto3-1.28.56 branch October 5, 2023 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants