fidelity / spock

spock is a framework that helps manage complex parameter configurations during research and development of Python applications
https://fidelity.github.io/spock/
Apache License 2.0
122 stars 13 forks source link

pip(deps): update moto requirement from ~=2.3 to ~=3.0 #209

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on moto to permit the latest version.

Changelog

Sourced from moto's changelog.

3.0.0

This is a major release, and as such contains some breaking changes.
  • Removed:

    • All deprecated decorators have been removed
  • Changes:

    • The behaviour of the class-decorator has been reworked - the state is now reset before every test-method.
    • ECS ARN's are now using the long format.
  • Rebranded:

    • The new mock_s3control-decorator has been introduced. The existing S3control methods (get/put/delete_public_access_block) are no longer available via mock_s3, only via mock_s3control.
  • General:

    • Python 3.5 support has been removed
    • Python 3.10 is now supported

2.3.2

General:
    * Compatible with the latest `responses`-release (0.17.0)

New Services: * Appsync: * create_api_key() * create_graphql_api() * delete_api_key() * delete_graphql_api() * get_graphql_api() * get_schema_creation_status() * get_type() * list_api_keys() * list_graphql_apis() * list_tags_for_resource() * start_schema_creation() * tag_resource() * untag_resource() * update_api_key() * update_graphql_api()

Miscellaneous: * AWSLambda:invoke() now throws an error when trying to return an oversized payload (>6MB) * EC2:describe_instances() now supports filtering by dns-name * EC2:describe_managed_prefix_lists() now supports filtering by tags * SQS:delete_message_batch() now correctly deals with invalid receipt handles

2.3.1

... (truncated)

Commits


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)
coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1780603377


Totals Coverage Status
Change from base Build 1780591825: 0.2%
Covered Lines: 1776
Relevant Lines: 1848

💛 - Coveralls
ncilfone commented 2 years ago

@dependabot rebase