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

build(deps): Bump moto from 2.2.13 to 2.2.15 #295

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2021

Bumps moto from 2.2.13 to 2.2.15.

Changelog

Sourced from moto's changelog.

2.2.15

General:
    * Fixed the dependency bug - `moto install[all]` now installs all required dependencies again.

2.2.14

Known bugs:
    * Running `pip install moto[all]` will not install all required dependencies.

General: * Improved documentation for both users and contributors: http://docs.getmoto.org/en/latest/ * The @mock_all-decorator is now available to mock all services at the same time * The moto.core.patch_client/moto.core.patch_resource-methods are now available to patch boto3-clients and -resources instantiated after the mock was started. This provides a workaround when encountering InvalidAccessKeyId-errors.

New Methods: * APIGateway: * delete_base_path_mapping() * EC2: * assign_ipv6_addresses() * assign_private_ip_addresses() * unassign_ipv6_addresses() * unassign_private_ip_addresses() * SSM: * create_maintenance_window() * delete_maintenance_window() * get_maintenance_window()

Miscellaneous: * CloudFormation no longer throws errors when trying to update unsupported resources. * CloudTrail:get_trail_status() now also supports ARN's as a parameter * CognitoIDP:list_users() now supports the AttributesToGet-parameter * IOT:attach_policy() now supports Cognito IdentityPools as a target * IOT:list_job_executions_for_thing() now supports pagination * Kinesis:split_shards() now behaves more like AWS, by closing the original shard and creating two new ones * Logs:put_log_events() now enforces timestamp-validation * S3:create_multipart_upload() now supports the Tagging-parameter * SSM:get_parameters_by_path() now support filtering by label

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)

Bumps [moto](https://github.com/spulec/moto) from 2.2.13 to 2.2.15.
- [Release notes](https://github.com/spulec/moto/releases)
- [Changelog](https://github.com/spulec/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@2.2.13...2.2.15)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 15, 2021
@jayvarner jayvarner merged commit 6a99dea into develop Nov 17, 2021
@dependabot dependabot bot deleted the dependabot/pip/develop/moto-2.2.15 branch November 17, 2021 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant