materialsproject / pyrho

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

Bump moto from 2.0.0 to 2.1.0 #49

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps moto from 2.0.0 to 2.1.0.

Changelog

Sourced from moto's changelog.

2.1.0

General Changes:
    * Reduced the default value of DEFAULT_KEY_BUFFER_SIZE (introduced in 2.0.9).
      In practice, this means that large S3 uploads will now be cached on disk, instead of in-memory.
    * Removes `cfn-lint` as a dependency for the SSM-module.

New Methods: * Kinesis * decrease_stream_retention_period * increase_stream_retention_period

Miscellaneous: * CognitoIDP:admin_create_user(): Fixed a bug where user-supplied attributes would be ignored/overwritten * ELBv2:create_rule(): Increased support for Condition-parameter, to also allow http-header/http-request-method/host-header/path-pattern/query-string/source-ip

2.0.11

New Services:
    * MediaStoreData
        * delete_object
        * get_object
        * list_items
        * put_object

New Methods: * CognitoIDP * get_user * MediaConnect * add_flow_outputs * add_flow_vpc_interfaces * remove_flow_output * remove_flow_vpc_interface

Miscellaneous: * ApplicationAutoscaling:put_scaling_policy() now supports StepScaling * ApplicationAutoscaling:register_scalable_target() now supports custom resources * CloudFormation: Now resolves default SSM parameters (AWS::SSM::Parameter::Value<>) * DynamoDB:update_item(): Fix bug for Action:DELETE without value supplied * EC2:create_network_interface() now supports the TagSpecification-parameter * ELBv2:modify_listener(): improved behaviour for the Certificates-parameter * Lambda:invoke() now returns header: content-type=application/json * Logs:put_log_events() now returns the correct error message when the stream does not exist * IOT:update_thing_shadow() now properly maintains state * S3: Listing parts on an aborted upload now throws the correct error * S3:delete_objects() now correctly ignores unknown keys * S3:list_object_versions() now returns the Prefix-attribute * S3:upload_part() now throws the correct error when providing a negative part number * SES:verify_domain_identity() and verify_domain_identity() are now idempotent * SNS:create_platform_endpoint() now returns an existing endpoint if the token and attributes are the same

... (truncated)

Commits


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 #49 (790e120) into master (7ab3bd8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  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...790e120. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #54.