Skip to content

chore(deps): bump boto3 from 1.20.17 to 1.21.35 #239

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps boto3 from 1.20.17 to 1.21.35.

Changelog

Sourced from boto3's changelog.

1.21.35

  • bugfix:Proxy: [botocore] Fix failure case for IP proxy addresses using TLS-in-TLS. boto/botocore#2652 <https://github.com/boto/botocore/pull/2652>__
  • api-change:config: [botocore] Add resourceType enums for AWS::EMR::SecurityConfiguration and AWS::SageMaker::CodeRepository
  • api-change:panorama: [botocore] Added Brand field to device listings.
  • api-change:lambda: [botocore] This release adds new APIs for creating and managing Lambda Function URLs and adds a new FunctionUrlAuthType parameter to the AddPermission API. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
  • api-change:kendra: [botocore] Amazon Kendra now provides a data source connector for Box. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-box.html

1.21.34

  • api-change:securityhub: [botocore] Added additional ASFF details for RdsSecurityGroup AutoScalingGroup, ElbLoadBalancer, CodeBuildProject and RedshiftCluster.
  • api-change:fsx: [botocore] Provide customers more visibility into file system status by adding new "Misconfigured Unavailable" status for Amazon FSx for Windows File Server.
  • api-change:s3control: [botocore] Documentation-only update for doc bug fixes for the S3 Control API docs.
  • api-change:datasync: [botocore] AWS DataSync now supports Amazon FSx for OpenZFS locations.

1.21.33

  • api-change:iot: [botocore] AWS IoT - AWS IoT Device Defender adds support to list metric datapoints collected for IoT devices through the ListMetricValues API
  • api-change:servicecatalog: [botocore] This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs.
  • api-change:sms: [botocore] Revised product update notice for SMS console deprecation.
  • api-change:proton: [botocore] SDK release to support tagging for AWS Proton Repository resource
  • enhancement:AWSCRT: [botocore] Upgrade awscrt version to 0.13.8

1.21.32

  • api-change:connect: [botocore] This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable multi-party conferencing using attribute type MULTI_PARTY_CONFERENCING on the specified Amazon Connect instance.

1.21.31

  • api-change:cloudcontrol: [botocore] SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD
  • api-change:pinpoint-sms-voice-v2: [botocore] Amazon Pinpoint now offers a version 2.0 suite of SMS and voice APIs, providing increased control over sending and configuration. This release is a new SDK for sending SMS and voice messages called PinpointSMSVoiceV2.
  • api-change:workspaces: [botocore] Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html
  • api-change:route53-recovery-cluster: [botocore] This release adds a new API "ListRoutingControls" to list routing control states using the highly reliable Route 53 ARC data plane endpoints.
  • api-change:databrew: [botocore] This AWS Glue Databrew release adds feature to support ORC as an input format.
  • api-change:auditmanager: [botocore] This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator.
  • api-change:grafana: [botocore] This release adds tagging support to the Managed Grafana service. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field tags to support tagging while calling CreateWorkspace.

1.21.30

... (truncated)

Commits
  • d5eeb31 Merge branch 'release-1.21.35'
  • 7e7f59d Bumping version to 1.21.35
  • 406e488 Add changelog entries from botocore
  • b6d3af8 Update black to 22.3.0 (#3215)
  • 023ed62 Merge branch 'release-1.21.34'
  • df2645f Merge branch 'release-1.21.34' into develop
  • 3348876 Bumping version to 1.21.34
  • de539c5 Add changelog entries from botocore
  • e67286c Merge branch 'release-1.21.33'
  • cacc5bd Merge branch 'release-1.21.33' into develop
  • 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 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.20.17 to 1.21.35.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.20.17...1.21.35)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 7, 2022
@codecov-commenter
Copy link

codecov-commenter commented Apr 7, 2022

Codecov Report

Merging #239 (71118db) into develop (f24332d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #239   +/-   ##
========================================
  Coverage    99.96%   99.96%           
========================================
  Files          119      119           
  Lines         5377     5377           
  Branches       613      613           
========================================
  Hits          5375     5375           
  Partials         2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f24332d...71118db. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 8, 2022

Superseded by #240.

@dependabot dependabot bot closed this Apr 8, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/boto3-1.21.35 branch April 8, 2022 08:25
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 internal python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant