Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [moto](https://github.com/getmoto/moto) from 4.2.2 to 4.2.3. <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.3</h2> <p>Docker Digest for 4.2.3: <!-- raw HTML omitted --></p> <pre><code>New Services: * RoboMaker: * create_robot_application() * delete_robot_application() * describe_robot_application() * list_robot_applications() <p>New Methods: * ElasticBeanstalk: * delete_application()</p> <pre><code>* Events: * create_partner_event_source() * delete_partner_event_source() * describe_event_source() * describe_partner_event_source() * put_partner_events() </code></pre> <p>Miscellaneous: * Core: The mocked ACCESS_KEY has been changed from <code>foobar_key</code> to <code>FOOBARKEY</code>, to align with AWS guidelines * Core: set_initial_no_auth_action_count() now supports SSM actions * Core: Fixed a memory leak when comparing requests (introduced in 4.1.13) * Athena: get_query_execution() now returns a StatementType dependent on the provided query * DynamoDB: query() now throws an exception when the KeyConditionExpression contains a literal value * EBS: put_snapshot_block() now supports random bytes * EC2: describe_transit_gateways() now supports filtering by tags * ELBv2: describe_target_groups() now throws an exception for invalid input parameters * ELBv2: describe_target_groups() now sorts the result before returning it * ELBv2: create_target_group() now has improved validation and default values * ELBv2: create_rule() now creates links between the TargetGroups and LoadBalancers * Events: put_events() now support HTTP targets * IAM policy validation now takes the provided Resource-argument into account when validating access to STS-resources * IAM: get_role() now returns the LastUsed-parameter, provided the role was assumed and used * KMS: sign/verify now uses the original message when signing, not the base64-version * Lambda: invoke() now loads any Layers provided in the create_function() * S3: put_bucket_logging() now supports bucket policies (as well as ACP's) * S3: Range requests are now more permissive (following AWS' behaviour) * SFN: list_executions() now returns the StopDate-attribute </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/55293b3668df0454f0f5855fa97578bc50d72dea"><code>55293b3</code></a> ELBv2: Improve Target Group validation (<a href="https://redirect.github.com/getmoto/moto/issues/6818">#6818</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/fb9023a20eb3f58b21d4d6cdc58a9d289f954093"><code>fb9023a</code></a> ELBv2: added validation for create_target_group() and set_ip_address_type() (...</li> <li><a href="https://github.com/getmoto/moto/commit/b7cedf6480733517c3d6b78af00c5f8877821e65"><code>b7cedf6</code></a> Prep release 4.2.3 (<a href="https://redirect.github.com/getmoto/moto/issues/6814">#6814</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/2bae13bf5b43b29ebbe23ffb5f7152741b06a1dc"><code>2bae13b</code></a> DynamoDB: Fix projection expression with binary attribute (<a href="https://redirect.github.com/getmoto/moto/issues/6816">#6816</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/971e432ad3a7bbe8051b3a9922d5d10e6437146b"><code>971e432</code></a> ELBv2: fix parity in describe_target_group (<a href="https://redirect.github.com/getmoto/moto/issues/6812">#6812</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/c6b3e5a3701762a2f29a318f1dd991792fbb0de9"><code>c6b3e5a</code></a> EBS: Some fixes to snapshot uploading (<a href="https://redirect.github.com/getmoto/moto/issues/6520">#6520</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/6831c422840cebc2d142a13872e3aaa466d803f5"><code>6831c42</code></a> Elbv2.create rule links target group to lb (<a href="https://redirect.github.com/getmoto/moto/issues/6452">#6452</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/d88d5afda63dae692392c2ed7d4d05e0f94cabae"><code>d88d5af</code></a> Cognito: Limit user pool ID to 55 characters (<a href="https://redirect.github.com/getmoto/moto/issues/6813">#6813</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/c1a6609f551eda96fc2833393213f8d6940d1d74"><code>c1a6609</code></a> ELBv2: added validation for target group (<a href="https://redirect.github.com/getmoto/moto/issues/6808">#6808</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/9d8c11fdc8570b488f2b3f908f37debebb8db92d"><code>9d8c11f</code></a> IAM validation: Resource is now processed during authorization (<a href="https://redirect.github.com/getmoto/moto/issues/6799">#6799</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/4.2.2...4.2.3">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.2&new-version=4.2.3)](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