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

Update boto3 requirement from ~=1.20.15 to ~=1.20.22 #199

Merged
merged 1 commit into from Dec 9, 2021

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on boto3 to permit the latest version.

Changelog

Sourced from boto3's changelog.

1.20.22

  • api-change:lookoutvision: [botocore] This release adds new APIs for packaging an Amazon Lookout for Vision model as an AWS IoT Greengrass component.
  • api-change:sagemaker: [botocore] This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
  • api-change:comprehendmedical: [botocore] This release adds a new set of APIs (synchronous and batch) to support the SNOMED-CT ontology.
  • api-change:health: [botocore] Documentation updates for AWS Health
  • api-change:logs: [botocore] This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.
  • api-change:outposts: [botocore] This release adds the UpdateOutpost API.
  • api-change:support: [botocore] Documentation updates for AWS Support.
  • api-change:iot: [botocore] This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations.

1.20.21

  • api-change:location: [botocore] This release adds support for Accuracy position filtering, position metadata and autocomplete for addresses and points of interest based on partial or misspelled free-form text.
  • api-change:appsync: [botocore] AWS AppSync now supports custom domain names, allowing you to associate a domain name that you own with an AppSync API in your account.
  • api-change:route53: [botocore] Add PriorRequestNotComplete exception to UpdateHostedZoneComment API

1.20.20

  • api-change:rekognition: [botocore] This release added new KnownGender types for Celebrity Recognition.

1.20.19

  • api-change:ram: [botocore] This release adds the ability to use the new ResourceRegionScope parameter on List operations that return lists of resources or resource types. This new parameter filters the results by letting you differentiate between global or regional resource types.
  • api-change:networkmanager: [botocore] This release adds API support for AWS Cloud WAN.
  • api-change:amplifyuibuilder: [botocore] This release introduces the actions and data types for the new Amplify UI Builder API. The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in Amplify applications.

1.20.18

  • api-change:sagemaker: [botocore] This release enables - 1/ Inference endpoint configuration recommendations and ability to run custom load tests to meet performance needs. 2/ Deploy serverless inference endpoints. 3/ Query, filter and retrieve end-to-end ML lineage graph, and incorporate model quality/bias detection in ML workflow.
  • api-change:kendra: [botocore] Experience Builder allows customers to build search applications without writing code. Analytics Dashboard provides quality and usability metrics for Kendra indexes. Custom Document Enrichment allows customers to build a custom ingestion pipeline to pre-process documents and generate metadata.
  • api-change:directconnect: [botocore] Adds SiteLink support to private and transit virtual interfaces. SiteLink is a new Direct Connect feature that allows routing between Direct Connect points of presence.
  • api-change:lexv2-models: [botocore] Update lexv2-models client to latest version
  • api-change:ec2: [botocore] This release adds support for Amazon VPC IP Address Manager (IPAM), which enables you to plan, track, and monitor IP addresses for your workloads. This release also adds support for VPC Network Access Analyzer, which enables you to analyze network access to resources in your Virtual Private Clouds.
  • api-change:shield: [botocore] This release adds API support for Automatic Application Layer DDoS Mitigation for AWS Shield Advanced. Customers can now enable automatic DDoS mitigation in count or block mode for layer 7 protected resources.
  • api-change:sagemaker-runtime: [botocore] Update sagemaker-runtime client to latest version
  • api-change:devops-guru: [botocore] DevOps Guru now provides detailed, database-specific analyses of performance issues and recommends corrective actions for Amazon Aurora database instances with Performance Insights turned on. You can also use AWS tags to choose which resources to analyze and define your applications.
  • api-change:dynamodb: [botocore] Add support for Table Classes and introduce the Standard Infrequent Access table class.

1.20.17

... (truncated)

Commits
  • 251ce20 Merge branch 'release-1.20.22'
  • fe6355a Bumping version to 1.20.22
  • 6728d7f Add changelog entries from botocore
  • 69c0bc1 Merge branch 'release-1.20.21'
  • 73c5c6c Merge branch 'release-1.20.21' into develop
  • f853bea Bumping version to 1.20.21
  • ce352c1 Add changelog entries from botocore
  • f416422 Typo Fix (#3087)
  • 965fb48 Merge branch 'release-1.20.20'
  • 2208789 Merge branch 'release-1.20.20' into develop
  • Additional commits viewable in compare view

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)

Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.20.15...1.20.22)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2021
@HelloYeew HelloYeew merged commit 4298f3a into new-website Dec 9, 2021
@HelloYeew HelloYeew deleted the dependabot/pip/boto3-approx-eq-1.20.22 branch December 9, 2021 16:52
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/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant