materialsproject / jobflow

jobflow is a library for writing computational workflows.
https://materialsproject.github.io/jobflow
Other
90 stars 25 forks source link

Bump moto from 4.2.9 to 4.2.10 #497

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps moto from 4.2.9 to 4.2.10.

Changelog

Sourced from moto's changelog.

4.2.10

Docker Digest for 4.2.10: sha256:f72acd62b994654d01bdec6f5cc779f4ab30083b441e2fb7eff0c13e0bbfdca7

New Methods:
    * CognitoIdentity: list_identity_pools()

Miscellaneous: * Autoscaling: describe_tags() now supports the key/value filters * CloudFormation: AWS::Logs::LogGroup now supports tags * CloudWatch: get_metric_data() no longer throws an error when supplying >10 queries * CognitoIdentity: get_credentials_for_identity() now returns Expiration as a number, fixing compatibility with the GoLang SDK * EFS: describe_access_points() now supports the FileSystemId-parameter * LakeFormation: list_permissions() now supports the DataLocation-parameter * LakeFormation: register_resource() now throws an exception when registering an existing resource * SQS: Ensure all responses are in JSON-format when required, fixing compatibility with the Ruby SDK

Commits
  • 20abb76 DynamoDB: Query with KeyConditionExpression now throws exception on empty key...
  • 9e7295d Prep release 4.2.10 (#7064)
  • 4146737 Autoscaling: describe_tags() now supports the key/value filters (#7061)
  • 843c906 CognitoIdentity: get_credentials_for_identity() should have Expiration as num...
  • 3d5929f SQS: Ensure all SQS responses are in JSON format (#7057)
  • 0cce336 cognito-identity: Support for list identity pools (#7055)
  • 7c83ca1 Core: Parameter handling: fix parsing of >= 10 members (#7056)
  • b3c3883 MyPy improvements (#7045)
  • 4127cb7 LakeFormation: raise AlreadyExistsException when registering an existing reso...
  • 7c5f0ef LakeFormation: extend functionality of list_permissions (#7051)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)