Skip to content

Commit fc6b663

Browse files
Build: Bump moto from 5.1.6 to 5.1.8 (#2182)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [moto](https://github.com/getmoto/moto) from 5.1.6 to 5.1.8. <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> <h1>Moto Changelog</h1> <h2>5.1.7</h2> <p>Docker Digest for 5.1.7: <!-- raw HTML omitted --></p> <pre><code>New Methods: <pre><code>* Connect-Campaigns: * get_campaign_state() * list_campaigns() * list_tags_for_resource() * pause_campaign() * resume_campaign() * start_campaign() * stop_campaign() * tag_resource() * untag_resource() * ECS: * delete_task_definitions() * ElastiCache: * create_cache_subnet_group() * describe_cache_subnet_groups() * RAM: * list_permissions() * list_resource_types() * RDS: * create_blue_green_deployment() * delete_blue_green_deployment() * describe_blue_green_deployments() * switchover_blue_green_deployment() </code></pre> <p>Miscellaneous: * Athena: get_query_execution() now returns some additional attributes: 'ResultReuseConfiguration', 'Status.CompletionDateTime', 'Status.ServicePreProcessingTimeInMillis', 'Status.ResultReuseInformation' * DynamoDB: query() now validates that all attributes in the KeyConditionExpression are actually keys * DynamoDB: update_item() now validates unused ExpressionAttributeNames/ExpressionAttributeValues * EC2: modify_vpc_attribute() now correctly handles the EnableDnsHostnames-attribute * ECS: list_task_definitions() now supports the status-parameter * ELB: describe_load_balancer_attributes() now returns the AdditionalAttributes-attribute * ElastiCache: list_tags_for_resource() now supports SubnetGroups * EventBridge: put_events() no longer throws a KeyError: 'time' for targets with a custom InputTemplate that do not specify the time * Logs: get_query_results() now returns values as strings, in-line with how AWS behaves * NetworkFirewall: describe_logging_configuration() no longer throws an error for LoggingConfigurations without tags </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/60378f74fdcd90f08795262a8c45fe67efa9d169"><code>60378f7</code></a> Pre-Release: Up Version Number</li> <li><a href="https://github.com/getmoto/moto/commit/7149837c704859d5283bbaddc53d1c701eaa3f21"><code>7149837</code></a> Prep release 5.1.7 (<a href="https://redirect.github.com/getmoto/moto/issues/9045">#9045</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/2e1d35db378de046eba6a3e579997eb7972ef302"><code>2e1d35d</code></a> chore: update SSM default parameters (<a href="https://redirect.github.com/getmoto/moto/issues/9046">#9046</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/c7ba45ac50bed582ad14ce48e756d25a86014d17"><code>c7ba45a</code></a> chore: update EC2 Instance Types (<a href="https://redirect.github.com/getmoto/moto/issues/9044">#9044</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/db2e27627a825f8580faa706faa46485c021e57f"><code>db2e276</code></a> chore: update EC2 Instance Offerings (<a href="https://redirect.github.com/getmoto/moto/issues/9043">#9043</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/c5616b63b0aca7bf5fd55cd881104fa3fc8378a6"><code>c5616b6</code></a> Admin: Skip Sagemaker-Core==1.0.42 to avoid test breakage (<a href="https://redirect.github.com/getmoto/moto/issues/9042">#9042</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/d348cecc5ae5e49523ba54c5847f84ca42a398e8"><code>d348cec</code></a> [Comprehend] Enhanced support for comprehend ResourceGroupTagging api (<a href="https://redirect.github.com/getmoto/moto/issues/9039">#9039</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/9c7d93941005657011e71b0e3bc3007ee7ea735e"><code>9c7d939</code></a> Docs: Change MOTO_ALLOW_NONEXISTENT_REGION example to use a string value (<a href="https://redirect.github.com/getmoto/moto/issues/9037">#9037</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/96c1231b809f58f5e9aa2f605017b4d36962bd75"><code>96c1231</code></a> [ELB] Added additional attribute to ELB response. (<a href="https://redirect.github.com/getmoto/moto/issues/9026">#9026</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/7ae26ff55a5ba6b204bee856ccb4e0f86e5eff62"><code>7ae26ff</code></a> S3: Add ID field to CORS rule (<a href="https://redirect.github.com/getmoto/moto/issues/9013">#9013</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/5.1.6...5.1.8">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=5.1.6&new-version=5.1.8)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3ae668 commit fc6b663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)