materialsproject / pyrho

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

Bump moto from 2.0.0 to 2.0.4 #25

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps moto from 2.0.0 to 2.0.4.

Changelog

Sourced from moto's changelog.

2.0.4

Miscelleaneous:
    * Events:put_targets() now supports SQS queues
    * Support:describe_cases() no longer requires the caseIdList-parameter

2.0.3

New Methods:
    * Support
        * create_case
        * describe_cases
        * resolve_case
Miscelleaneous:
    * CF now returns the PhysicalResourceId-attributes for AWS::EC2::NatGateway/AWS::EC2::Route/AWS::EC2::SubnetRouteTableAssociation
    * CognitoIDP:sign_up() now throws an UsernameExistsException if appropriate
    * DynamoDB now validates the case sensitivity for begins_with/between operators
    * EC2:associate_route_table() now supports the GatewayId-parameter
    * EC2:authorize_egress() now throws a InvalidPermission.Duplicate-exception if appropriate
    * EC2:authorize_security_group_egress() now throws a InvalidGroup.NotFound-exception
    * EC2:authorize_security_group_ingress() now throws a InvalidGroup.NotFound-exception
    * Events:describe_rule() now returns the ManagedBy/CreatedBy-parameters
    * Events:put_events() now supports providing an ARN for the EventBusName-parameter
    * Route53:list_hosted_zones_by_name() now returns the DNSName-parameter
    * S3:put_object_acl() now throws a NoSuchKey-exception if the object does not exist
    * SES:send_templated_email() now throws a TemplateDoesNotExist-exception if the template has not been created first
    * SSM:put_parameter() now throws an exception for empty values
Known bugs:
    * Support:describe_cases() throws an exception when called without the caseIdList-parameter

2.0.2

General Changes:
    * New Osaka region is now supported

New Services: * MediaPackage

New Methods: * Redshift * authorize_cluster_security_group_ingress * Secrets Manager: * untag_resource

Miscellaneous: * IAM:list_roles() now contains the MaxSessionDuration-attribute * Kinesis:get_records(): Fix formatting of the ApproximateArrivalTimestamp-parameter * SQS:receive_message(): Fix behaviour of the AttributeNames-parameter

... (truncated)

Commits
  • 65c5962 Prep 2.0.4
  • ed22b24 Support - Allow describe_cases without any params (#3818)
  • 9c89c24 Add events target integration for sqs queue (#3815)
  • 4f34439 Increase version number post-release
  • 249cca0 CHANGELOG for 2.0.3 (#3814)
  • 9a020e6 Fix events rule ARN for custom event bus (#3809)
  • 57aa83e Use MOCK_ACCOUNT_ID when building default Rule ARN (#3808)
  • 3debbcd Document installing Moto with Homebrew (#3805)
  • a001c59 Modify SSM put_parameter() to raise ValidationException if value is empty s...
  • f549f1d Modify Rule.send_to_targets() to handle event_bus_name as ARN (#3804)
  • 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 #27.