Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Feb 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

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)

Updates the requirements on [moto](https://github.com/spulec/moto) to permit the latest version.
- [Release notes](https://github.com/spulec/moto/releases)
- [Changelog](https://github.com/spulec/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@2.3.0...3.0.0)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Updates to dependencies label Jan 24, 2022
@dependabot dependabot bot requested a review from ncilfone January 24, 2022 08:11
@coveralls
Copy link

coveralls commented Jan 24, 2022

Pull Request Test Coverage Report for Build 1780603377

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 96.104%

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

💛 - Coveralls

@ncilfone
Copy link
Contributor

ncilfone commented Feb 1, 2022

@dependabot rebase

@ncilfone ncilfone merged commit b22f30c into master Feb 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/moto-approx-eq-3.0 branch February 1, 2022 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants