dependabot[bot] opened a new pull request, #8080: URL: https://github.com/apache/iceberg/pull/8080
Bumps [moto](https://github.com/getmoto/moto) from 4.1.12 to 4.1.13. <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.1.13</h2> <p>Docker Digest for 4.1.13: <em>sha256:ec471bcfbf66def946466398f002e8edfbb667bde7b1d8033aedbdd4453fbb8e</em></p> <pre><code>General: * The ISO-regions introduced in 4.1.12 are now locked behind an environment variable: `MOTO_ENABLE_ISO_REGIONS` * General performance improvements in the URL matching logic - especially `mock_all` users should notice improvements <p>New Methods: * APIGatewayV2: * create_stage() * delete_stage() * get_stage() * get_stages()</p> <pre><code>* CloudFront: * create_origin_access_control() * delete_origin_access_control() * get_origin_access_control() * list_origin_access_controls() * update_origin_access_control() * Lambda: * list_aliases() * Logs: * delete_destination() * describe_destinations() * get_destination() * put_destination() * put_destination_policy() * Route53: * get_health_check_status() * SSM: * deregister_task_from_maintenance_window() * describe_maintenance_window_tasks() * register_task_with_maintenance_window() </code></pre> <p>Miscellaneous: * Batch: create_compute_environment() now validates instanceRole and minvCpu * CloudFront: create_distribution() now correctly handles a single alias * CloudFront - CustomOrigins now have default timeouts if not supplied * DynamoDB: delete_item() now throws the correct error when the table is not found * EC2: describe_security_group_rules() now returns the GroupId * ECR: create_repository() now validates the repositoryName-parameter * Lambda: create_function() now returns the ImageConfigResponse and EphemeralStorage parameters * IOTData: publish() can now handle non-Unicode bytes * RDS: Automated snapshots now have the appropriate SnapshotType </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/1242819e1625e6905d0c12851f140798d49ed54a"><code>1242819</code></a> Prep release 4.1.13 (<a href="https://redirect.github.com/getmoto/moto/issues/6524">#6524</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/b162715761fc472b113202c8297fbf3d3c72578a"><code>b162715</code></a> Techdebt: Replace sure with regular assertions in DynamoDB v20111205 (<a href="https://redirect.github.com/getmoto/moto/issues/6521">#6521</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/8c60bac3d04d80679f736ee67ef8da9084e3ab59"><code>8c60bac</code></a> Techdebt: Replace sure with regular assertions in EBS (<a href="https://redirect.github.com/getmoto/moto/issues/6522">#6522</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/55a72f3e88b03eb19f0ff199658fe4fe138526d2"><code>55a72f3</code></a> S3: fixed tagging (<a href="https://redirect.github.com/getmoto/moto/issues/6491">#6491</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/1098d4557f0ff0f7b0007ff7552fb041ba7d14ab"><code>1098d45</code></a> Logs: added support for destinations mocking (<a href="https://redirect.github.com/getmoto/moto/issues/6487">#6487</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/e0ceec9e48fda482f549ad1f8212731ca82b35a1"><code>e0ceec9</code></a> RDS: db instance identifier validation (<a href="https://redirect.github.com/getmoto/moto/issues/6519">#6519</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/9b641e3c298b6bd032872e3c8f57b18d525aa242"><code>9b641e3</code></a> Techdebt: Fix service name for acm backend (<a href="https://redirect.github.com/getmoto/moto/issues/6446">#6446</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/c6b46a48f4f8c93e35a55e48a6919ba18d0a63ed"><code>c6b46a4</code></a> Techdebt: Replace sure with regular assertions in DynamoDB (<a href="https://redirect.github.com/getmoto/moto/issues/6517">#6517</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/9323747ebba8b2cd375886f79eaf2c6643770910"><code>9323747</code></a> Techdebt: Replace sure with regular assertions in DataSync (<a href="https://redirect.github.com/getmoto/moto/issues/6516">#6516</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/6d8c0921fe959bc865cba78a35aa5c7dee85fbc9"><code>6d8c092</code></a> Techdebt: Replace sure with regular assertions in DataPipeline (<a href="https://redirect.github.com/getmoto/moto/issues/6515">#6515</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/4.1.12...4.1.13">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
