dependabot[bot] opened a new pull request, #370: URL: https://github.com/apache/iceberg-python/pull/370
Bumps [moto](https://github.com/getmoto/moto) from 4.2.13 to 5.0.1. <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>5.0.1</h2> <p>Docker Digest for 5.0.1: <em>sha256:b6004b2e112c0ba870b2103049548abecec476edeac7a724ed9c71249358e821</em></p> <pre><code>New Methods: * SecretsManager: * remove_regions_from_replication() * replicate_secret_to_regions() <p>Miscellaneous: * AWSLambda: create_event_source_mapping() now supports Kinesis streams as targets * CloudFront: Removed error handling for InvalidOriginServer, as our validation was too strict * DynamoDB: batch_execute_statement() now supports for Update/Insert/Delete-statements * DynamoDB: query() now correctly handles calls where both Limit and ScanIndexForward are supplied * EC2: Now supports availability zones for eu-central-2 (Zurich) * S3: list_objects_v2() can now return more then 1000 results max (again) * S3: copy_object() now allows in-place copies when bucket versioning is enabled * SecretsManager: create_secrets() now supports the parameters AddReplicaRegions and ForceOverwriteReplicaSecret * SecretsManager: list_secrets() now supports the filters primary-region and owning-service </code></pre></p> <h2>5.0.0</h2> <p>Docker Digest for 5.0.0: <em>sha256:2faf2460a6446dfe472ac0d799e00341b1c84203d08540c247a6cc09be7c54e9</em></p> <pre><code>General: * All decorators have been replaced with a single decorator: `mock_aws` <pre><code>* The `mock_batch_simple` and `mock_lambda_simple` decorators can now be configured using the `config`-parameter: `@mock_aws(config={&quot;batch&quot;: {&quot;use_docker&quot;: False}, &quot;lambda&quot;: {&quot;use_docker&quot;: False}})` * It is now possible to configure methods/services which should reach out to AWS. @mock_aws( config={&quot;core&quot;: {&quot;mock_credentials&quot;: False, &quot;passthrough&quot;: {&quot;urls&quot;: [], &quot;services&quot;: []}}} ) * All requests now return a RequestId </code></pre> <p>Miscellaneous:</p> <pre><code>* IAM: The AWS managed Policies are no longer loaded by default. If your application depends on these policies, tell Moto explicitly to load them like so: @mock_aws(config={&quot;iam&quot;: {&quot;load_aws_managed_policies&quot;: True}}) Or by setting an environment variable: MOTO_IAM_LOAD_MANAGED_POLICIES=true * S3: list_objects() now returns a hashed ContinuationToken </code></pre> <p></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/046d0d011be15a118c5a58d49983d0be0e5b24b6"><code>046d0d0</code></a> Prep release 5.0.1 (<a href="https://redirect.github.com/getmoto/moto/issues/7308">#7308</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/a4b71877e4f0b13d2359e33574d241354aae692a"><code>a4b7187</code></a> S3: Allow in place copies when bucket versioning is enabled (<a href="https://redirect.github.com/getmoto/moto/issues/7303">#7303</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/7eb3c572d9a407bb024408f84b70c6572e818c42"><code>7eb3c57</code></a> chore: update SSM default parameters (<a href="https://redirect.github.com/getmoto/moto/issues/7307">#7307</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/e8626a8189d8f62d8c1a70e3383e682ac5c4e4b8"><code>e8626a8</code></a> chore: update EC2 Instance Types (<a href="https://redirect.github.com/getmoto/moto/issues/7306">#7306</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/4b8b3e2e77dda0b275f3827fe1abc65afa34af88"><code>4b8b3e2</code></a> chore: update EC2 Instance Offerings (<a href="https://redirect.github.com/getmoto/moto/issues/7305">#7305</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/62647ab1a3adc6d6a18bed106999fac5183d432d"><code>62647ab</code></a> DynamoDB: Improve support for Update-statements in batch_execute-statement() ...</li> <li><a href="https://github.com/getmoto/moto/commit/3e775cad571e70fc7968e4cbeb9c676b7f978a28"><code>3e775ca</code></a> Bump software.amazon.awssdk:bom in /other_langs/tests_java (<a href="https://redirect.github.com/getmoto/moto/issues/7299">#7299</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/23ab00e404fd520ddcd80f1734b4807c5d17312c"><code>23ab00e</code></a> Bump org.apache.maven.plugins:maven-surefire-plugin (<a href="https://redirect.github.com/getmoto/moto/issues/7298">#7298</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/911b5f19c0564e9f2e5ca7119c272784096630b8"><code>911b5f1</code></a> Admin: Fix scaffold script imports (<a href="https://redirect.github.com/getmoto/moto/issues/7296">#7296</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/cd146a5f61c3828a1396e7d1197c1cfd47e76466"><code>cd146a5</code></a> chore: update SSM default AMI's (<a href="https://redirect.github.com/getmoto/moto/issues/7293">#7293</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/4.2.13...5.0.1">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 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> -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org