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): bump moto from 2.2.4 to 2.2.6 #96

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Bumps moto from 2.2.4 to 2.2.6.

Changelog

Sourced from moto's changelog.

2.2.6

General:
    * `pip install` will no longer log a warning when installing a service that does not have any dependencies
      Example: `pip install moto[acm]`

New Services: ElasticTranscoder: * create_pipeline * delete_pipeline * list_pipelines * read_pipeline * update_pipeline

New Methods: * DynamoDB: * describe_endpoints()

Miscellaneous: * AWSLambda now sends logs to CloudWatch when Docker encounters an error, to make debugging easier * AWSLambda: For all methods, the FunctionName-parameter can be either the Lambda name or the Lambda ARN * AWSLambda:list_functions() now returns only the latest version by default * AWSLambda:invoke() now returns the correct Payload for invocations that resulted in an error * CloudFormation now supports the creation of type AWS::IAM::ManagedPolicy * CloudFormation now supports the deletion of type AWS::IAM::InstanceProfile * CloudFormation now supports the deletion of type AWS::IAM::Role * CloudWatch:create_log_group() now has proper validation for the length of the logGroupName-parameter * CloudWatch:describe_log_groups() now has proper validation for the limit-parameter * CloudWatch:describe_log_streams() now has proper validation for the limit-parameter * CloudWatch:get_log_events() now has proper validation for the limit-parameter * CloudWatch:filter_log_events() now has proper validation for the limit-parameter * DynamoDB:update_item(): fixed a bug where an item was created, despite throwing an error * DynamoDB:update_item() now throws an error when both UpdateExpression and AttributeUpdates are supplied * EC2:modify_instance_attribute() now supports Attribute="disableApiTermination" * S3 now supports direct uploads using the requests-library without having to specify the 'Content-Type' header * S3 now supports creating S3 buckets that start with a service name, i.e. iot-bucket * S3 now returns the RequestID in every response * S3:list_parts() now supports the MaxPart-parameter * SQS:get_queue_attributes() now behaves correctly when the AttributeNames-parameter is not provided * SQS:receive_message() no longer accepts queue-names for the QueueUrl-parameter, as per AWS' spec * SQS: The sqs.Queue-class no longer accepts queue-names, only queue-URLs, as per AWS' spec

2.2.5

General:
    * Python 3.9 is now officially supported

Known bugs: * SQS:get_queue_attributes() throws an error when the AttributeNames-parameter is not provided

... (truncated)

Commits
  • 67ec21e Prep release 2.2.6 (#4238)
  • 728c0c9 AWSLambda:list_functions() should only return the latest version by default (...
  • a43c42e Update WAFv2 URLs with proper regex (#4237)
  • 07bb843 Fix regex URLs so that a dot is actually interpreted as a dot (#4110)
  • 8f79edb Request matching - return known requests first (#3793)
  • 9f47c0c CI config - fix indentation
  • b43dc77 Release latest Docker image every dev release (#3747)
  • 1a42b33 IAM - Delete Role/InstanceProfile via CloudFormation (#3591)
  • 027d05e Improve logs when Docker is not running (#3711)
  • 31e10e9 Remove Docker-dependency from SQS (#3738)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Updates to dependencies label Aug 30, 2021
@dependabot dependabot bot requested a review from ncilfone August 30, 2021 08:06
@ncilfone
Copy link
Contributor

@dependabot rebase

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

---
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 force-pushed the dependabot/pip/moto-2.2.6 branch from d84dc34 to c9be5ba Compare August 30, 2021 13:33
@ncilfone ncilfone merged commit 5c59af2 into master Aug 30, 2021
@dependabot dependabot bot deleted the dependabot/pip/moto-2.2.6 branch August 30, 2021 13:37
@coveralls
Copy link

coveralls commented Aug 31, 2021

Pull Request Test Coverage Report for Build 1182351948

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 93.284%

Totals Coverage Status
Change from base Build 1182331989: 0.2%
Covered Lines: 1375
Relevant Lines: 1474

💛 - Coveralls

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