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

chore(deps): bump boto3 from 1.18.32 to 1.18.38 #671

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2021

Bumps boto3 from 1.18.32 to 1.18.38.

Changelog

Sourced from boto3's changelog.

1.18.38

  • api-change:opensearch: [botocore] Updated Configuration APIs for Amazon OpenSearch Service (successor to Amazon Elasticsearch Service)
  • api-change:ram: [botocore] A minor text-only update that fixes several customer issues.
  • api-change:kafka: [botocore] Amazon MSK has added a new API that allows you to update the encrypting and authentication settings for an existing cluster.

1.18.37

  • api-change:elasticache: [botocore] Doc only update for ElastiCache
  • api-change:amp: [botocore] This release adds tagging support for Amazon Managed Service for Prometheus workspace.
  • api-change:forecast: [botocore] Predictor creation now supports selecting an accuracy metric to optimize in AutoML and hyperparameter optimization. This release adds additional accuracy metrics for predictors - AverageWeightedQuantileLoss, MAPE and MASE.
  • api-change:xray: [botocore] Updated references to AWS KMS keys and customer managed keys to reflect current terminology.
  • api-change:ssm-contacts: [botocore] Added SDK examples for SSM-Contacts.
  • api-change:mediapackage: [botocore] SPEKE v2 support for live CMAF packaging type. SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, it supports live DASH currently.
  • api-change:eks: [botocore] Adding RegisterCluster and DeregisterCluster operations, to support connecting external clusters to EKS.

1.18.36

  • api-change:chime-sdk-identity: [botocore] Documentation updates for Chime
  • api-change:chime-sdk-messaging: [botocore] Documentation updates for Chime
  • api-change:outposts: [botocore] This release adds a new API CreateOrder.
  • api-change:frauddetector: [botocore] Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models
  • api-change:codeguru-reviewer: [botocore] Added support for CodeInconsistencies detectors

1.18.35

  • api-change:acm-pca: [botocore] Private Certificate Authority Service now allows customers to enable an online certificate status protocol (OCSP) responder service on their private certificate authorities. Customers can also optionally configure a custom CNAME for their OCSP responder.
  • api-change:s3control: [botocore] S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.
  • api-change:accessanalyzer: [botocore] Updates service API, documentation, and paginators to support multi-region access points from Amazon S3.
  • api-change:schemas: [botocore] This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out by specifying the value for crossAccount.
  • api-change:securityhub: [botocore] New ASFF Resources: AwsAutoScalingLaunchConfiguration, AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and BucketNotificationConfiguration to AwsS3Bucket.
  • enhancement:s3: [botocore] Added support for S3 Multi-Region Access Points
  • api-change:efs: [botocore] Update efs client to latest version
  • api-change:transfer: [botocore] AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing
  • api-change:ebs: [botocore] Documentation updates for Amazon EBS direct APIs.
  • api-change:quicksight: [botocore] This release adds support for referencing parent datasets as sources in a child dataset.
  • api-change:fsx: [botocore] Announcing Amazon FSx for NetApp ONTAP, a new service that provides fully managed shared storage in the AWS Cloud with the data access and management capabilities of ONTAP.
  • enhancement:Signers: [botocore] Added support for Sigv4a Signing Algorithm
  • api-change:lex-models: [botocore] Lex now supports Korean (ko-KR) locale.

1.18.34

... (truncated)

Commits
  • 884c0c5 Merge branch 'release-1.18.38'
  • ca64d44 Bumping version to 1.18.38
  • 9c4aff7 Add changelog entries from botocore
  • 9cf4273 Merge branch 'release-1.18.37'
  • 91f947a Merge branch 'release-1.18.37' into develop
  • 01b9d30 Bumping version to 1.18.37
  • d48b72f Add changelog entries from botocore
  • 96f9e92 Merge branch 'release-1.18.36'
  • 7a2ffaa Merge branch 'release-1.18.36' into develop
  • 1961d9d Bumping version to 1.18.36
  • 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.18.32 to 1.18.38.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.18.32...1.18.38)

---
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 added dependencies Pull requests that update a dependency file python labels Sep 8, 2021
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 8, 2021
@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2021

Codecov Report

Merging #671 (eeaa982) into develop (e54263e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #671   +/-   ##
========================================
  Coverage    99.97%   99.97%           
========================================
  Files          116      116           
  Lines         4848     4848           
  Branches       266      266           
========================================
  Hits          4847     4847           
  Partials         1        1           

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 e54263e...eeaa982. Read the comment docs.

@mergify mergify bot merged commit 4f0ad44 into develop Sep 9, 2021
@mergify mergify bot deleted the dependabot/pip/develop/boto3-1.18.38 branch September 9, 2021 10:55
heitorlessa added a commit to heitorlessa/aws-lambda-powertools-python that referenced this pull request Sep 28, 2021
…tools-python into develop

* 'develop' of https://github.com/awslabs/aws-lambda-powertools-python:
  docs(event-handler): document catch-all routes (aws-powertools#705)
  chore: add python 3.9 support
  docs: add team behind it and email
  ISSUE-693: Use ExpressionAttributeNames in _put_record (aws-powertools#697)
  feat(validator): include missing data elements from a validation error (aws-powertools#686)
  chore(deps-dev): bump mkdocs-material from 7.2.8 to 7.3.0 (aws-powertools#695)
  chore(deps-dev): bump mkdocs-material from 7.2.6 to 7.2.8 (aws-powertools#682)
  chore(deps-dev): bump flake8-bugbear from 21.4.3 to 21.9.1 (aws-powertools#676)
  chore(deps): bump boto3 from 1.18.38 to 1.18.41 (aws-powertools#677)
  chore(deps-dev): bump radon from 4.5.2 to 5.1.0 (aws-powertools#673)
  chore(deps): bump boto3 from 1.18.32 to 1.18.38 (aws-powertools#671)
  refactor(data-classes): clean up internal logic for APIGatewayAuthorizerResponse (aws-powertools#643)
  fix(data-classes): use correct asdict funciton (aws-powertools#666)
  chore(deps-dev): bump xenon from 0.7.3 to 0.8.0 (aws-powertools#669)
  chore: bump to 1.20.2
  fix: Fix issue with strip_prefixes (aws-powertools#647)
  chore(deps-dev): bump mkdocs-material from 7.2.4 to 7.2.6 (aws-powertools#665)
  chore(deps): bump boto3 from 1.18.26 to 1.18.32 (aws-powertools#663)
  chore(deps-dev): bump pytest from 6.2.4 to 6.2.5 (aws-powertools#662)
  chore(license): Add THIRD-PARTY-LICENSES (aws-powertools#641)
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 size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants