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.11 to 4.2.12 #515

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps moto from 4.2.11 to 4.2.12.

Changelog

Sourced from moto's changelog.

4.2.12

Miscellaneous:
    * AWSLambda: list_functions() now returns a default PackageType (ZIP) if not specified
    * CloudFormation: AWS::EC2::LaunchTemplate resources now support Fn::GetAtt operations
    * CognitoIDP: admin_initiate_auth() now correctly returns a Challenge when 2FA is enabled
    * DynamoDB: execute_statement() now supports INSERT/UPDATE/DELETE queries
    * EC2: describe_availability_zones() now supports the ZoneNames/ZoneIds-parameters
    * KMS: encrypt() now validates payloads that are too large
    * ResourceGroupTaggingAPI: get_resources() now supports SQS queues
    * Route53: list_hosted_zone()/list_hosted_zones_by_name() now return the CallerReference
    * S3: copy() now respects the ExtraArgs-parameter when using MultiPart uploads
    * S3: list_object_versions() now supports pagination
    * S3: put_object_tagging() now validates the number of tags provided
Commits
  • 5e6393c Prepare release 4.2.12 (#7133)
  • 692b475 CloudFormation: Implement Fn::GetAtt for AWS::EC2::LaunchTemplate (#7121)
  • 2b077a2 CognitoIDP: admin_initiate_auth() now correctly returns a Challenge when 2FA ...
  • cfc8aa9 chore: update SSM default parameters (#7132)
  • 546ba19 chore: update EC2 Instance Offerings (#7131)
  • 9c39ab9 DynamoDB: execute_statement() now supports INSERT/UPDATE/DELETE queries (#7130)
  • 2228f07 DynamoDB: UpdateExpressions can contain a new-line (#7128)
  • 9c58c68 Techdebt: Improve type annotations (#7124)
  • 43d3f14 ECR: fix image wrong type for pushed_at (#7122)
  • 7227326 IAM: Performance improvements (#7123)
  • 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)