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.2 to ~=2.3 #197

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2021

Updates the requirements on moto to permit the latest version.

Changelog

Sourced from moto's changelog.

2.3.0

General:
    * It is now possible to use a mocked region. This will throw an error by default, but can be enabled using the `MOTO_ALLOW_NONEXISTENT_REGION`-environment variable.
    * Performance improvements - only the backend for the requested region is now loaded into memory, instead of (naively) loading a backend for every region.

2.2.20

New Services:
    * ElasticsearchService:
        * create_elasticsearch_domain()
        * delete_elasticsearch_domain()
        * describe_elasticsearch_domain()
        * list_domain_names()

New Methods: * EC2: * disable_ebs_encryption_by_default() * enable_ebs_encryption_by_default() * get_ebs_encryption_by_default() * Redshift: * pause_cluster() * resume_cluster()

Miscellanous: * ELBv2: create_listener now supports the DefaultActions.ForwardConfig parameter * Redshift: restore_from_cluster_snapshot() now supports the NodeType and NumberOfNodes-parameters * Sagemaker: list_experiments() now supports pagination * Sagemaker: list_trials() now supports pagination * Sagemaker: list_trial_components() now supports pagination

2.2.19

General:
    * Support for ap-southeast-3

2.2.18

New Services:
    * ElastiCache:
        * create_user()
        * delete_user()
        * describe_users()
    * GuardDuty:
        * create_detector()
        * list_detectors()

New Methods:

... (truncated)

Commits
  • 50b20b5 Prep 2.3.0 release
  • cf87e75 Feature: Mock region (#4699)
  • b472478 Update init.py
  • ebb73c7 Increase version number post-release
  • 691bb87 Prep release 2.2.20
  • a1bfb6a EC2 - SubnetId and NetworkInterfaces cannot both be specified when calling ru...
  • b0a59fe IOT - remove outdated comment
  • c301f88 IOT - delete_thing only when no certificates are attached (#4712)
  • 80e3b35 Batch - ensure that logs are posted in chronological order (#4710)
  • 0bc4596 Update xray client to forward args (#4709)
  • Additional commits viewable in compare view

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.2.0...2.3.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 Dec 27, 2021
@dependabot dependabot bot requested a review from ncilfone December 27, 2021 08:08
@coveralls
Copy link

coveralls commented Dec 27, 2021

Pull Request Test Coverage Report for Build 1626297919

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 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 95.295%

Totals Coverage Status
Change from base Build 1603202017: 0.2%
Covered Lines: 1600
Relevant Lines: 1679

💛 - Coveralls

@ncilfone ncilfone merged commit e9ddc98 into master Jan 3, 2022
@dependabot dependabot bot deleted the dependabot/pip/moto-approx-eq-2.3 branch January 3, 2022 15:24
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