Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump moto from 4.2.6 to 4.2.7 (#140)
Bumps [moto](https://github.com/getmoto/moto) from 4.2.6 to 4.2.7. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getmoto/moto/blob/master/CHANGELOG.md">moto's changelog</a>.</em></p> <blockquote> <h2>4.2.7</h2> <p>Docker Digest for 4.2.7: <em>sha256:9149597856f5ce195ef451df1a1b96aa8db0692c4b8ed1f7952fc02952733103</em></p> <pre><code>New Services: * Inspector2: * associate_member() * batch_get_account_status() * create_filter() * delete_filter() * describe_organization_configuration() * disable() * disable_delegated_admin_account() * disassociate_member() * enable() * enable_delegated_admin_account() * get_member() * list_delegated_admin_accounts() * list_filters() * list_findings() * list_members() * list_tags_for_resource() * tag_resource() * untag_resource() * update_organization_configuration() <p>New Methods: * ECR: * batch_get_repository_scanning_configuration() * put_registry_scanning_configuration()</p> <p>Miscellaneous: * Batch: submit_job() now returns the jobArn-attribute * DynamoDB: execute_statement() has now support for nested WHERE-clauses with functions * DynamoDB: update_item() now returns item for ConditionalCheckFailed-exceptions * EC2: create_key_pair() and describe_key_pair(s)() now support tags * Route53: get_hosted_zone() now returns the CallerReference * S3: get_object/put_object() now accepts AccessPoint ARN's * S3Control: create_access_point() now returns the correct Alias * SES: list_identities() now supports the IdentityType-parameter * SNS: create_platform_application has improved error handling </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/370a3d1a9a2a1a97334804f4233b54bb38d48b56"><code>370a3d1</code></a> SES: list_identities() now supports the IdentityType-parameter (<a href="https://redirect.github.com/getmoto/moto/issues/6956">#6956</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/b844fdd4c3c3901fdd8fcd88e266281bf5fbf0e8"><code>b844fdd</code></a> Prep release 4.2.7 (<a href="https://redirect.github.com/getmoto/moto/issues/6958">#6958</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/9df845cc1bcc4ca82f8b9c0c8382f5242d1e18ed"><code>9df845c</code></a> Align organizations PolicyNotFoundException with boto3 response (<a href="https://redirect.github.com/getmoto/moto/issues/6955">#6955</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/e234693ec5b6745911d5f12784f96ad460c2237f"><code>e234693</code></a> docs: fix typos in markdown files (<a href="https://redirect.github.com/getmoto/moto/issues/6954">#6954</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/4dcdf2ad04423b3b2c5eaa07144397cefadf2fcc"><code>4dcdf2a</code></a> Admin: Enable additional SNS tests</li> <li><a href="https://github.com/getmoto/moto/commit/8fb053fb0509108a4b11f264d0cfa08c2f76b5b6"><code>8fb053f</code></a> SNS: Improve PlatformApplication error handling (<a href="https://redirect.github.com/getmoto/moto/issues/6953">#6953</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/9c0724e0d07ff79a0e807d2cbc28a506063dcd13"><code>9c0724e</code></a> Admin: Fix typo in models.py (<a href="https://redirect.github.com/getmoto/moto/issues/6952">#6952</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/51672fb6f509c226671686f6d31b2ab9f4152405"><code>51672fb</code></a> APIGateway: Use new OpenAPISpecValidator API (<a href="https://redirect.github.com/getmoto/moto/issues/6951">#6951</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/6427320c7678caa65a18c78fabd9d58f33785dc3"><code>6427320</code></a> DynamoDB: update_item() now returns item for ConditionalCheckFailed-exception...</li> <li><a href="https://github.com/getmoto/moto/commit/abe78a892e8ddcdf2ac2fffd57fbe88cb862c812"><code>abe78a8</code></a> S3Control: create_access_point() now returns the correct Alias (<a href="https://redirect.github.com/getmoto/moto/issues/6945">#6945</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/4.2.6...4.2.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moto&package-manager=pip&previous-version=4.2.6&new-version=4.2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
- Loading branch information