This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 9907b164 Build: Bump moto from 5.1.14 to 5.1.15 (#2644)
9907b164 is described below

commit 9907b164c6809bf56fb805c89de857dad5a5537f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 20 16:38:57 2025 -0700

    Build: Bump moto from 5.1.14 to 5.1.15 (#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>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 poetry.lock | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 182dc3c9..0ed055b0 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -3298,14 +3298,14 @@ type = ["mypy (==1.17.0)"]
 
 [[package]]
 name = "moto"
-version = "5.1.14"
+version = "5.1.15"
 description = "A library that allows you to easily mock out tests based on AWS 
infrastructure"
 optional = false
 python-versions = ">=3.9"
 groups = ["dev"]
 files = [
-    {file = "moto-5.1.14-py3-none-any.whl", hash = 
"sha256:b9767848953beaf6650f1fd91615a3bcef84d93bd00603fa64dae38c656548e8"},
-    {file = "moto-5.1.14.tar.gz", hash = 
"sha256:450690abb0b152fea7f93e497ac2172f15d8a838b15f22b514db801a6b857ae4"},
+    {file = "moto-5.1.15-py3-none-any.whl", hash = 
"sha256:0ffcf943f421bc6e7248889c7c44182a9ec26f8df3457cd4b52418dab176a720"},
+    {file = "moto-5.1.15.tar.gz", hash = 
"sha256:2ad9cc9710a3460505511543dba6761c8bd2006a49954ad3988bbf20ce9e6413"},
 ]
 
 [package.dependencies]

Reply via email to