pythonprobr / pythonpro-website

GNU Affero General Public License v3.0
61 stars 63 forks source link

Update botocore to 1.27.18 #4650

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

This PR updates botocore from 1.27.6 to 1.27.18.

Changelog ### 1.27.18 ``` ======= * api-change:``iot``: This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0. ``` ### 1.27.17 ``` ======= * api-change:``glue``: This release enables the new ListCrawls API for viewing the AWS Glue Crawler run history. * api-change:``rds-data``: Documentation updates for RDS Data API ``` ### 1.27.16 ``` ======= * api-change:``lookoutequipment``: This release adds visualizations to the scheduled inference results. Users will be able to see interference results, including diagnostic results from their running inference schedulers. * api-change:``mediaconvert``: AWS Elemental MediaConvert SDK has released support for automatic DolbyVision metadata generation when converting HDR10 to DolbyVision. * api-change:``mgn``: New and modified APIs for the Post-Migration Framework * api-change:``migration-hub-refactor-spaces``: This release adds the new API UpdateRoute that allows route to be updated to ACTIVE/INACTIVE state. In addition, CreateRoute API will now allow users to create route in ACTIVE/INACTIVE state. * api-change:``sagemaker``: SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode. ``` ### 1.27.15 ``` ======= * api-change:``apigateway``: Documentation updates for Amazon API Gateway * api-change:``pricing``: This release introduces 1 update to the GetProducts API. The serviceCode attribute is now required when you use the GetProductsRequest. * api-change:``transfer``: Until today, the service supported only RSA host keys and user keys. Now with this launch, Transfer Family has expanded the support for ECDSA and ED25519 host keys and user keys, enabling customers to support a broader set of clients by choosing RSA, ECDSA, and ED25519 host and user keys. ``` ### 1.27.14 ``` ======= * api-change:``ec2``: This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport. * api-change:``ecs``: Amazon ECS UpdateService now supports the following parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy. * api-change:``wellarchitected``: Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls. ``` ### 1.27.13 ``` ======= * api-change:``ds``: This release adds support for describing and updating AWS Managed Microsoft AD settings * api-change:``kafka``: Documentation updates to use Az Id during cluster creation. * api-change:``outposts``: This release adds the AssetLocation structure to the ListAssets response. AssetLocation includes the RackElevation for an Asset. ``` ### 1.27.12 ``` ======= * api-change:``connect``: This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable High volume outbound communications using attribute type HIGH_VOLUME_OUTBOUND on the specified Amazon Connect instance. * api-change:``connectcampaigns``: Added Amazon Connect high volume outbound communications SDK. * api-change:``dynamodb``: Doc only update for DynamoDB service * api-change:``dynamodbstreams``: Update dynamodbstreams client to latest version ``` ### 1.27.11 ``` ======= * api-change:``redshift-data``: This release adds a new --workgroup-name field to operations that connect to an endpoint. Customers can now execute queries against their serverless workgroups. * api-change:``secretsmanager``: Documentation updates for Secrets Manager * api-change:``securityhub``: Added Threats field for security findings. Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules ``` ### 1.27.10 ``` ======= * api-change:``finspace-data``: This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup. * api-change:``guardduty``: Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts. * api-change:``servicecatalog-appregistry``: This release adds a new API ListAttributeGroupsForApplication that returns associated attribute groups of an application. In addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the 'Name' attribute. * api-change:``workspaces``: Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure. ``` ### 1.27.9 ``` ====== * api-change:``budgets``: Add a budgets ThrottlingException. Update the CostFilters value pattern. * api-change:``lookoutmetrics``: Adding filters to Alert and adding new UpdateAlert API. * api-change:``mediaconvert``: AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders. ``` ### 1.27.8 ``` ====== * api-change:``outposts``: This release adds API operations AWS uses to install Outpost servers. ``` ### 1.27.7 ``` ====== * api-change:``frauddetector``: Documentation updates for Amazon Fraud Detector (AWSHawksNest) ```
Links - PyPI: https://pypi.org/project/botocore - Changelog: https://pyup.io/changelogs/botocore/ - Repo: https://github.com/boto/botocore
codecov[bot] commented 2 years ago

Codecov Report

Merging #4650 (8d70e78) into master (31546df) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4650   +/-   ##
=======================================
  Coverage   92.35%   92.35%           
=======================================
  Files         238      238           
  Lines        6739     6739           
=======================================
  Hits         6224     6224           
  Misses        515      515           

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 31546df...8d70e78. Read the comment docs.

pyup-bot commented 2 years ago

Closing this in favor of #4654