materialsproject / pyrho

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

Bump moto from 2.0.0 to 2.2.2 #56

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps moto from 2.0.0 to 2.2.2.

Changelog

Sourced from moto's changelog.

2.2.2

General:
    * Removed the dependency on pkg_resources that was broken in 2.2.1

New Services: * WafV2: * create_web_acl() * list_web_acls()

New Methods: * Autoscaling: * delete_tags() * resume_processes() * ConfigService: * list_tags_for_resource() * tag_resource() * untag_resource() * EC2: * accept_transit_gateway_peering_attachment() * create_transit_gateway_peering_attachment() * delete_transit_gateway_peering_attachment() * describe_transit_gateway_peering_attachments() * reject_transit_gateway_peering_attachment() * ECR: * delete_repository_policy() * get_repository_policy() * list_tags_for_resource() * put_image_tag_mutability() * put_image_scanning_configuration() * set_repository_policy() * tag_resource() * untag_resource() * KMS: * update_alias() * Logs: * delete_resource_policy() * describe_resource_policies() * RDS: * modify_db_subnet_group()

Miscellaneous: * CloudFormation: Improved support for AWS::ECR::Repository * CloudFormation: execute_change_set() now properly updates the status of a stack * CognitoIDP: list_users() now supports username/status in the Filter-attribute * ECR: create_repository() now supports the parameters encryptionConfiguration, imageScanningConfiguration, imageTagMutability * Events: put_permission() now supports the Policy and Condition-parameters * Events: remove_permission() now supports the RemoveAllPermissions-parameter * Kinesis: create_delivery_stream() now supports the ElasticsearchDestinationConfiguration-parameter * SecretsManager: create_secret() now supports the KmsKeyId-parameter

... (truncated)

Commits
  • 8e61504 Add tagging support for Cognito identity pools (#4147)
  • 3336539 Prep release 2.2.2 (#4152)
  • 6ae3704 UnboundLocalError is thrown when creating a Firehose delivery stream. (#4144)
  • 6fedb25 Merge pull request #4149 from xiaket/execute_change_set_update_stack_status
  • 6b88000 Add Log Service describe_resource_policies, delete_resource_policy (#4150)
  • b4ae6a9 Add ecr repo policy (#4148)
  • f096b0e added support for tags in vpc peering connections (#4137)
  • 35d0dde Add support for KMS update-alias (#4143)
  • 9af1a96 make FakeChangeSet a subclass of BaseModel, not FakeStack.
  • 98274f4 fix issue with DeleteChangeSet.
  • 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)
codecov-commenter commented 3 years ago

Codecov Report

Merging #56 (e398726) into master (7ab3bd8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   31.53%   31.53%           
=======================================
  Files           6        6           
  Lines         333      333           
=======================================
  Hits          105      105           
  Misses        228      228           

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 7ab3bd8...e398726. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #58.