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

   Bumps [moto](https://github.com/getmoto/moto) from 5.1.14 to 5.1.15.
   <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.1.15</h2>
   <p>Docker Digest for 5.1.15: 
<em>sha256:8860b18917e1ee4d067df19a406ae95dc26037e6965d5b499e1cffd33755b914</em></p>
   <pre><code>General:
       * Python 3.14 is now officially supported
   <p>New Methods:
   * IdentityStore:
   * get_user_id()</p>
   <pre><code>* SESv2:
       * delete_email_identity()
   
   * VPCLattice:
       * create_access_log_subscription()
       * delete_access_log_subscription()
       * get_access_log_subscription()
       * list_access_log_subscriptions()
       * update_access_log_subscription()
   </code></pre>
   <p>Miscellaneous:
   * ACM: request_certificate() now supports the Option-parameter
   * ACM: list_certificates() now supports the Includes-parameter, supporting 
Exportable Public Certificates
   * APIGatewayV2: get_domain_name() now returns the DomainNameArn-attribute
   * Athena: Executions can now be delayed using state transitions
   * CloudFormation: validate_template() now supports short function refs (!Sub)
   * Config: Now supports &quot;AWS::SNS::Topic&quot;-resources
   * EC2: create_subnet() now supports the Ipv6Native-parameter
   * EC2: create_transit_gateway_vpc_attachment() now validates that the 
TransitGateway exists
   * EC2: create_transit_gateway_vpc_attachment() now validates that no other 
attachment to this VPC exists
   * EC2: create_transit_gateway_vpc_attachment() now automatically adds the 
attachment to the default RouteTable
   * EC2: create_transit_gateway_vpc_attachment() now correctly creates 
multiple attachments if called twice (for different VPC's)
   * EC2: create_vpn_connection() now validates that only one of 
[VPNGateway|TransitGateway] is provided
   * EC2: create_vpn_connection() now validates that the provided 
CustomerGateway and TransitGateway exists
   * EC2: create/modify/describe_vpc_endpoint_service_configuration now 
supports the SupportedRegions-param
   * EC2: describe_transit_gateway_attachments() now returns the correct 
RouteTableID
   * EC2: describe_vpc_endpoints() now supports the 'vpc-endpoint-state'-filter
   * Lambda: list_layer_versions() now returns the layers in the correct order 
- latest version first.
   * ResourceGroupsTaggingAPI: get_resources() now supports SSM Parameters
   * ResourceGroupsTaggingAPI: get_resources() now supports the 'kms:key' type
   * SESv2: send_email() can now use an email registered by 
<code>create_email_identity()</code>, instead of having the 
SESv1:verify_domain_identity()-method
   </code></pre></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/getmoto/moto/commit/98bf6b5b9b1f0919560824f512dfdadd6bec5a6b";><code>98bf6b5</code></a>
 Pre-Release: Up Version Number</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/c5d34ab2c69572db658cd6f84cc95986996ad035";><code>c5d34ab</code></a>
 Prepare release 5.1.15 (<a 
href="https://redirect.github.com/getmoto/moto/issues/9380";>#9380</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/7aea35177730a35d355df4e8ebdba297127a445c";><code>7aea351</code></a>
 CI: Use separate action to build Docker image once and reuse it (<a 
href="https://redirect.github.com/getmoto/moto/issues/9379";>#9379</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/c1a58b4bb6b909be72c2eda1b2cbfaf2bb731229";><code>c1a58b4</code></a>
 Tests: Verify CDK tests for S3+EventBridge (<a 
href="https://redirect.github.com/getmoto/moto/issues/9378";>#9378</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/e0d4dff20c1d881cca5a3e31ed94aeaa26fa380e";><code>e0d4dff</code></a>
 Core: deprecate and limit use of <code>XFormedDict</code> (<a 
href="https://redirect.github.com/getmoto/moto/issues/9376";>#9376</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/5d5d4f642f12f52faf344165eeb5a3408e6af5c2";><code>5d5d4f6</code></a>
 IdentityStore: Add implementation for get-user-id (<a 
href="https://redirect.github.com/getmoto/moto/issues/9375";>#9375</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/85f9ee0e352d0d9e10852da3c3e96ac724af709c";><code>85f9ee0</code></a>
 SQS: Protocol Test Improvements (<a 
href="https://redirect.github.com/getmoto/moto/issues/9373";>#9373</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/bd787730867483c2b593bfc65f4c34c2dadd4af6";><code>bd78773</code></a>
 Core: create unified interface for interacting with Botocore service models 
(...</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/3508afc84d843a00a55b823372851ea1068bd43b";><code>3508afc</code></a>
 ElastiCache: Enable IPv6 test (<a 
href="https://redirect.github.com/getmoto/moto/issues/9371";>#9371</a>)</li>
   <li><a 
href="https://github.com/getmoto/moto/commit/1befbbbd6ceb4820c5cf928311885ba372fc728b";><code>1befbbb</code></a>
 CI: Test Moto against Python 3.14 (<a 
href="https://redirect.github.com/getmoto/moto/issues/9370";>#9370</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/getmoto/moto/compare/5.1.14...5.1.15";>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.14&new-version=5.1.15)](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: [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]

Reply via email to