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

pip(deps): bump boto3 from 1.18.16 to 1.18.21 #86

Merged
merged 1 commit into from
Aug 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2021

Bumps boto3 from 1.18.16 to 1.18.21.

Changelog

Sourced from boto3's changelog.

1.18.21

  • api-change:quicksight: [botocore] Documentation updates for QuickSight.
  • api-change:emr: [botocore] Update emr client to latest version
  • api-change:customer-profiles: [botocore] This release introduces Standard Profile Objects, namely Asset and Case which contain values populated by data from third party systems and belong to a specific profile. This release adds an optional parameter, ObjectFilter to the ListProfileObjects API in order to search for these Standard Objects.
  • api-change:elasticache: [botocore] This release adds ReplicationGroupCreateTime field to ReplicationGroup which indicates the UTC time when ElastiCache ReplicationGroup is created

1.18.20

  • api-change:sagemaker: [botocore] Amazon SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments.
  • api-change:apigatewayv2: [botocore] Adding support for ACM imported or private CA certificates for mTLS enabled domain names
  • api-change:apigateway: [botocore] Adding support for ACM imported or private CA certificates for mTLS enabled domain names
  • api-change:databrew: [botocore] This SDK release adds support for the output of a recipe job results to Tableau Hyper format.
  • api-change:lambda: [botocore] Lambda Python 3.9 runtime launch

1.18.19

  • api-change:snow-device-management: [botocore] AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices.
  • api-change:ecs: [botocore] Documentation updates for ECS.
  • api-change:nimble: [botocore] Add new attribute 'ownedBy' in Streaming Session APIs. 'ownedBy' represents the AWS SSO Identity Store User ID of the owner of the Streaming Session resource.
  • api-change:codebuild: [botocore] CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.
  • api-change:ebs: [botocore] Documentation updates for Amazon EBS direct APIs.
  • api-change:route53: [botocore] Documentation updates for route53

1.18.18

  • api-change:chime: [botocore] Add support for "auto" in Region field of StartMeetingTranscription API request.
  • enchancement:Client: [botocore] Improve client performance by caching _alias_event_name on EventAliaser

1.18.17

  • api-change:wafv2: [botocore] This release adds APIs to support versioning feature of AWS WAF Managed rule groups
  • api-change:rekognition: [botocore] This release adds support for four new types of segments (opening credits, content segments, slates, and studio logos), improved accuracy for credits and shot detection and new filters to control black frame detection.
  • api-change:ssm: [botocore] Documentation updates for AWS Systems Manager.
Commits
  • 16e54ab Merge branch 'release-1.18.21'
  • bc28386 Bumping version to 1.18.21
  • 779bf87 Add changelog entries from botocore
  • ff19c50 Merge branch 'release-1.18.20'
  • a15e320 Merge branch 'release-1.18.20' into develop
  • e10c742 Bumping version to 1.18.20
  • 68dc205 Add changelog entries from botocore
  • 9917d41 Change object name to use only filename (#2654)
  • 764161c Merge branch 'release-1.18.19'
  • 2047c06 Merge branch 'release-1.18.19' 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)

@dependabot dependabot bot added the dependencies Updates to dependencies label Aug 16, 2021
@dependabot dependabot bot requested a review from ncilfone August 16, 2021 08:08
@ncilfone
Copy link
Contributor

@dependabot rebase

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

---
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/boto3-1.18.21 branch from 743e49f to 7cd0c09 Compare August 16, 2021 12:56
@coveralls
Copy link

coveralls commented Aug 16, 2021

Pull Request Test Coverage Report for Build 1135535497

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 93.022%

Totals Coverage Status
Change from base Build 1135533765: 0.2%
Covered Lines: 1293
Relevant Lines: 1390

💛 - Coveralls

@ncilfone ncilfone merged commit b95a587 into master Aug 16, 2021
@dependabot dependabot bot deleted the dependabot/pip/boto3-1.18.21 branch August 16, 2021 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants