materialsproject / pyrho

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

Bump moto from 2.0.0 to 2.2.0 #54

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps moto from 2.0.0 to 2.2.0.

Changelog

Sourced from moto's changelog.

2.2.0

General Changes:
    * Support for Python 2.7 has been removed.
      The last release with Python2 support is now 2.1.0

New Methods: * API Gateway: * delete_domain_name() * delete_method() * update_domain_name() * update_method() * update_method_response() * CognitoIdentity: * update_identity_pool() * EC2: * create_transit_gateway() * create_transit_gateway_route() * create_transit_gateway_route_table() * create_transit_gateway_vpc_attachment() * delete_transit_gateway() * delete_transit_gateway_route() * delete_transit_gateway_route_table() * describe_transit_gateway_attachments() * describe_transit_gateway_route_tables() * describe_transit_gateway_vpc_attachments() * describe_transit_gateways() * modify_transit_gateway() * search_transit_gateway_routes() * Events: * delete_api_destination() * delete_connection() * describe_connection() * update_api_destination() * Logs: * put_resource_policy() * Organizations: * delete_organization() * S3: * delete_bucket_website()

Miscellaneous: * API Gateway - add_integration() now supports the parameters integration_method, tls_config, cache_namespace * API Gateway - add_method() now supports the parameters request_models, operation_name, authorizer_id, authorization_scopes, request_validator_id * API Gateway - create_integration() now supports the parameters tls_config, cache_namespace * API Gateway - create_method() now supports the parameters request_models, operation_name, authorizer_id, authorization_scopes, request_validator_id * API Gateway - create_method_response() now supports the parameters response_models, response_parameters * API Gateway - create_response() now supports the parameters response_models, response_parameters * API Gateway - create_rest_api() now supports the parameters minimum_compression_size * API Gateway - create_stage() now supports the parameters tags, tracing_enabled

... (truncated)

Commits


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[bot] commented 3 years ago

Superseded by #56.