materialsproject / pyrho

https://materialsproject.github.io/pyrho/
Other
37 stars 7 forks source link

Bump moto from 2.0.0 to 2.2.9 #72

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps moto from 2.0.0 to 2.2.9.

Changelog

Sourced from moto's changelog.

2.2.9

General:
    * Moto is now compatible with Sure 2.x

New Methods: * Kinesis * list_shards() * RDS: * create_db_cluster() * delete_db_cluster() * describe_db_clusters() * restore_db_instance_from_db_snapshot() * start_db_cluster() * stop_db_cluster() * S3: * get_object_legal_hold()

Miscellaneous: * CF: Now supports creation of AWS::EC2::VPNGateway * CF: Now supports deletion of AWS::Events::Rule * EC2: create_volume() now supports the VolumeType-parameter * EC2: describe_customer_gateways() now supports the CustomerGatewayIds-parameter * EC2: describe_security_groups() now has improved support for the Filters-parameter * EC2: describe_spot_instance_requests() now supports the SpotInstanceRequestIds-parameter * EC2: describe_transit_gateways() now supports the TransitGatewayIds-parameter

2.2.8

New Services:
    * ACM:
        * export_certificate()
    * APIGateway:
        * create_request_validator()
        * delete_request_validator()
        * get_request_validators()
        * update_request_validator()

Miscellaneous: * APIGateway: update_rest_api() now has improved support for the patchOperations-parameter * Batch: register_job_definition() now supports the tags-parameter * CloudFormation: Stack Events are now propagated to SNS when the NotificationARNs-parameter is supplied. * EC2: describe_vpc_endpoint_services() now returns the default endpoints for implemented services * IOT: list_job_executions_for_job() now supports the status-parameter * IOT: list_job_executions_for_thing() now supports the status-parameter * KMS: list_resource_tags() now supports an ARN as the KeyId-parameter * KMS: tag_resource() now supports an ARN as the KeyId-parameter * KMS: untag_resource() now supports an ARN as the KeyId-parameter * SecretsManager: update_secret() now supports the ClientRequestToken-parameter

... (truncated)

Commits
  • 4589f71 Prep release 2.2.9 (#4387)
  • 51e59c7 CF - Add support for AWS::EC2::VPNGateway (create only) (#4263)
  • 4795888 RDS - Cluster-methods + restore_db_from_snapshot (#4247)
  • 4e45152 EC2:create_volume() - Add support for VolumeType (#4264)
  • 88c6a2f Update test_batch_jobs.py
  • 7f912b7 DynamoDB - Throw exception when updating key using SET operation (#4245)
  • c642e8b Feature: Kinesis - list_shards() (#3752)
  • df05b60 DynamoDB - Support dots in ConditionExpressions (#4383)
  • 773e9a9 S3 - Allow for keyname that is just an empty space (#4244)
  • acf34a6 Delete event rule when deleted from cloudformation template (#4382)
  • 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)