materialsproject / pyrho

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

Bump moto from 2.0.0 to 2.2.4 #58

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps moto from 2.0.0 to 2.2.4.

Changelog

Sourced from moto's changelog.

2.2.4

New Methods:
    * ConfigService:
        * delete_config_rule()
        * describe_config_rule()
        * put_config_rule()
    * EC2:
        * create_egress_only_internet_gateway()
        * delete_egress_only_internet_gateway()
        * describe_egress_only_internet_gateways()
    * Fargate:
        * create_fargate_profile()
        * delete_fargate_profile()
        * describe_fargate_profile()
        * list_fargate_profiles()
    * IOT:
        * deprecate_thing_type()
    * S3:
        * get_object_lock_configuration()
        * put_object_legal_hold()
        * put_object_lock_configuration()
        * put_object_retention()

Miscellaneous: * CloudFormation:describe_stack_resource() now throws an exception of the LogicalResourceId does not exist * CloudFormation: AWS::Events::Rule now supports the EventPattern-property * CloudFormation: Improved Parameter handling * EC2:describe_instances() now handles wildcards correctly when filtering by tags * EC2:terminate_instances() now throws an exception when trying to terminate a protected instance * ELBv2:describe_rules() now returns the correct value for the IsDefault-attribute * IOT:create_thing() now throws an exception if the thing type is deprecated * IOT:update_thing() now throws an exception if the thing type is deprecated * S3:create_bucket() now supports the ObjectLockEnabledForBucket-parameter * S3:putObject() is fixed for the Java SDK, which failed with a eTag-validation

2.2.3

New Methods:
    * EC2:
        * create_managed_prefix_list()
        * delete_managed_prefix_list()
        * describe_managed_prefix_lists()
        * describe_prefix_lists()
        * get_managed_prefix_list_entries()
        * delete_vpc_endpoints()
        * disassociate_transit_gateway_route_table()
        * modify_managed_prefix_list()
    * ECR:
        * delete_lifecycle_policy()

... (truncated)

Commits
  • 8d4596a Prep Release 2.2.4 (#4205)
  • 25e79c6 Fix IsDefault bug in elbv2 describe_rules (#4204)
  • b9c7ec3 Add AWS ConfigService put_config_rule, delete_config_rule, describe_config_ru...
  • bd5ab53 Fix bugs. Cloudformation updates are complex! (#4200)
  • 7336886 Added handling for V4 signatures in PutObject body (#4201)
  • 1db3e0e Raise error when attempting to terminate protected ec2 instance (#4199)
  • d67d811 Fargate (#4185)
  • a93756c added support for egress-only-internet-gateway (#4196)
  • b4f02f3 Translate Cloudformation API data to EventBridge API data (#4188)
  • 492484b Add missing default regiono in s3 client (#4194)
  • 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[bot] commented 3 years ago

Superseded by #62.