dependabot[bot] opened a new pull request, #321:
URL: https://github.com/apache/iceberg-python/pull/321

   Bumps [moto](https://github.com/getmoto/moto) from 4.2.13 to 5.0.0.
   <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.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={&amp;quot;batch&amp;quot;: 
{&amp;quot;use_docker&amp;quot;: False}, &amp;quot;lambda&amp;quot;: 
{&amp;quot;use_docker&amp;quot;: False}})`
   
   * It is now possible to configure methods/services which should reach out to 
AWS.
     @mock_aws(
         config={&amp;quot;core&amp;quot;: 
{&amp;quot;mock_credentials&amp;quot;: False, &amp;quot;passthrough&amp;quot;: 
{&amp;quot;urls&amp;quot;: [], &amp;quot;services&amp;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={&amp;quot;iam&amp;quot;: 
{&amp;quot;load_aws_managed_policies&amp;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>
   <h2>4.2.14</h2>
   <p>Docker Digest for 4.2.14: 
<em>sha256:2fa10aa48e32f85c63c62a7d437b8a4b320a56a8494bc25d45ced370bc159c23</em></p>
   <pre><code>New Services:
       * Backup:
           * create_backup_plan()
           * create_backup_vault()
           * get_backup_plan()
           * describe_backup_vault()
           * delete_backup_plan()
           * list_backup_plans()
           * list_backup_vaults()
           * list_tags()
           * tag_resource()
           * untag_resource()
   <p>New Methods:
   * RDS:
   </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/0255717edd0252608789d06f1452cee420819980";><code>0255717</code></a>
 Prep Release V5</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/38f6359dce229430c89e805cd35e773d8f86ea2a";><code>38f6359</code></a>
 Refactoring: Adding typing for event message structure (<a 
href="https://redirect.github.com/getmoto/moto/issues/7234";>#7234</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/38ee3fa66233d931a36bb3377b8d332488d92f5a";><code>38ee3fa</code></a>
 Prep release 5.0.0alpha3</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/09c5751671fb89a75a9a565d550c0fcdbf10489e";><code>09c5751</code></a>
 MotoServer: skip using HTTP_HOST header when determining request origin (<a 
href="https://redirect.github.com/getmoto/moto/issues/7225";>#7225</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/8199a884468f5c2369040b8a3e50b57df3ab23fa";><code>8199a88</code></a>
 Techdebt: Update scaffolding to use mock_aws (<a 
href="https://redirect.github.com/getmoto/moto/issues/7221";>#7221</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/dea4a98b64fe8b8a8d7b02e5446756d1b439af55";><code>dea4a98</code></a>
 Techdebt: Remove old/deprecated code (<a 
href="https://redirect.github.com/getmoto/moto/issues/7220";>#7220</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/16ba3de855425448459237f5f522a15effd2fd12";><code>16ba3de</code></a>
 Techdebt: Verify minimum boto3-version, up minimum responses version (<a 
href="https://redirect.github.com/getmoto/moto/issues/7218";>#7218</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/f834d98314b22d748198a5244becad3373ffbba7";><code>f834d98</code></a>
 IAM: Only load AWS Managed Policies on request (<a 
href="https://redirect.github.com/getmoto/moto/issues/7219";>#7219</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/0c8ccbb4069bf2db5420634580d0ed2bf45346d6";><code>0c8ccbb</code></a>
 Techdebt: Hide private decorator-methods/attributes (<a 
href="https://redirect.github.com/getmoto/moto/issues/7216";>#7216</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/5aa3cc9d735e32b7a6ae03dd1de25d94944d930f";><code>5aa3cc9</code></a>
 S3: list_objects_v2() should have a hashed NextContinuationToken (<a 
href="https://redirect.github.com/getmoto/moto/issues/7187";>#7187</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/getmoto/moto/compare/4.2.13...5.0.0";>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.13&new-version=5.0.0)](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

Reply via email to