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

github-merge-queue[bot] pushed a commit to branch 
gh-readonly-queue/main/pr-6413-1507bc010af3aa0a56e10d065e7320a3e273b9d0
in repository https://gitbox.apache.org/repos/asf/texera.git

commit d5b852a7e3dc4f5fb1204f7d258a20c6a539458e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 23:56:29 2026 -0700

    fix(deps, pyamber): bump tenacity from 8.5.0 to 9.1.4 in /amber (#6413)
    
    Bumps [tenacity](https://github.com/jd/tenacity) from 8.5.0 to 9.1.4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/jd/tenacity/releases";>tenacity's
    releases</a>.</em></p>
    <blockquote>
    <h2>9.1.4</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fix <code>retry()</code> annotations with async <code>sleep=</code>
    function by <a
    href="https://github.com/Zac-HD";><code>@​Zac-HD</code></a> in <a
    
href="https://redirect.github.com/jd/tenacity/pull/555";>jd/tenacity#555</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/jd/tenacity/compare/9.1.3...9.1.4";>https://github.com/jd/tenacity/compare/9.1.3...9.1.4</a></p>
    <h2>9.1.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Apply formatting to num seconds in before_sleep_log by <a
    href="https://github.com/aguinane";><code>@​aguinane</code></a> in <a
    
href="https://redirect.github.com/jd/tenacity/pull/489";>jd/tenacity#489</a></li>
    <li>Support Python 3.14 by <a
    href="https://github.com/sandrobonazzola";><code>@​sandrobonazzola</code></a>
    in <a
    
href="https://redirect.github.com/jd/tenacity/pull/528";>jd/tenacity#528</a></li>
    <li>Typing: Accept non-standard logger in helpers logging something by
    <a href="https://github.com/k4nar";><code>@​k4nar</code></a> in <a
    
href="https://redirect.github.com/jd/tenacity/pull/540";>jd/tenacity#540</a></li>
    <li>feat(wait): add <code>wait_exception</code> strategy by <a
    href="https://github.com/capitan-davide";><code>@​capitan-davide</code></a>
    in <a
    
href="https://redirect.github.com/jd/tenacity/pull/541";>jd/tenacity#541</a></li>
    <li>docs: fix syntax error in wait_chain docstring example by <a
    href="https://github.com/VedantMadane";><code>@​VedantMadane</code></a>
    in <a
    
href="https://redirect.github.com/jd/tenacity/pull/548";>jd/tenacity#548</a></li>
    <li>chore: drop Python 3.9 support (EOL) by <a
    href="https://github.com/Zac-HD";><code>@​Zac-HD</code></a> in <a
    
href="https://redirect.github.com/jd/tenacity/pull/552";>jd/tenacity#552</a></li>
    <li>Support async sleep for sync fn-to-retry by <a
    href="https://github.com/Zac-HD";><code>@​Zac-HD</code></a> in <a
    
href="https://redirect.github.com/jd/tenacity/pull/551";>jd/tenacity#551</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/aguinane";><code>@​aguinane</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/489";>jd/tenacity#489</a></li>
    <li><a
    href="https://github.com/sandrobonazzola";><code>@​sandrobonazzola</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/528";>jd/tenacity#528</a></li>
    <li><a href="https://github.com/k4nar";><code>@​k4nar</code></a> made
    their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/540";>jd/tenacity#540</a></li>
    <li><a
    href="https://github.com/capitan-davide";><code>@​capitan-davide</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/541";>jd/tenacity#541</a></li>
    <li><a
    href="https://github.com/VedantMadane";><code>@​VedantMadane</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/548";>jd/tenacity#548</a></li>
    <li><a href="https://github.com/Zac-HD";><code>@​Zac-HD</code></a> made
    their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/552";>jd/tenacity#552</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/jd/tenacity/compare/9.1.2...9.1.3";>https://github.com/jd/tenacity/compare/9.1.2...9.1.3</a></p>
    <h2>9.1.2</h2>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/jd/tenacity/compare/9.1.1...9.1.2";>https://github.com/jd/tenacity/compare/9.1.1...9.1.2</a></p>
    <h2>9.1.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Test with Python 3.13 by <a
    href="https://github.com/edgarrmondragon";><code>@​edgarrmondragon</code></a>
    in <a
    
href="https://redirect.github.com/jd/tenacity/pull/480";>jd/tenacity#480</a></li>
    <li>ci: remove Python 3.8 support by <a
    href="https://github.com/jd";><code>@​jd</code></a> in <a
    
href="https://redirect.github.com/jd/tenacity/pull/515";>jd/tenacity#515</a></li>
    <li>fix: return &quot;Self&quot; from &quot;BaseRetrying.copy&quot; by
    <a href="https://github.com/ThirVondukr";><code>@​ThirVondukr</code></a>
    in <a
    
href="https://redirect.github.com/jd/tenacity/pull/518";>jd/tenacity#518</a></li>
    <li>ci: upload on PyPI using trusted publishing by <a
    href="https://github.com/jd";><code>@​jd</code></a> in <a
    
href="https://redirect.github.com/jd/tenacity/pull/520";>jd/tenacity#520</a></li>
    <li>Add re.Pattern to allowed match types by <a
    href="https://github.com/robertschweizer";><code>@​robertschweizer</code></a>
    in <a
    
href="https://redirect.github.com/jd/tenacity/pull/497";>jd/tenacity#497</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/Young-Lord";><code>@​Young-Lord</code></a> made
    their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/491";>jd/tenacity#491</a></li>
    <li><a
    href="https://github.com/edgarrmondragon";><code>@​edgarrmondragon</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/480";>jd/tenacity#480</a></li>
    <li><a
    href="https://github.com/ThirVondukr";><code>@​ThirVondukr</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/518";>jd/tenacity#518</a></li>
    <li><a
    href="https://github.com/robertschweizer";><code>@​robertschweizer</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/jd/tenacity/pull/497";>jd/tenacity#497</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/jd/tenacity/compare/9.0.0...9.1.0";>https://github.com/jd/tenacity/compare/9.0.0...9.1.0</a></p>
    <h2>tenacity 9.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Respects <code>min</code> argument for
    <code>wait_random_exponential</code> by <a
    href="https://github.com/yxtay";><code>@​yxtay</code></a> in <a
    
href="https://redirect.github.com/jd/tenacity/pull/425";>jd/tenacity#425</a></li>
    <li>Bump major version to warn API breakage on statistics attribute</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/jd/tenacity/commit/d4e868d6b8368c00b5a1fad54de36c2c8c3a0fb3";><code>d4e868d</code></a>
    Fix <code>retry()</code> annotations with async <code>sleep=</code>
    function (<a
    href="https://redirect.github.com/jd/tenacity/issues/555";>#555</a>)</li>
    <li><a
    
href="https://github.com/jd/tenacity/commit/24415ebbca6ecafdf870af06441656dd96149d1d";><code>24415eb</code></a>
    support async sleep for sync fn (<a
    href="https://redirect.github.com/jd/tenacity/issues/551";>#551</a>)</li>
    <li><a
    
href="https://github.com/jd/tenacity/commit/3bf33b44096077a0608855f6a380fd8a25fa6f26";><code>3bf33b4</code></a>
    chore: drop Python 3.9 support (EOL) (<a
    href="https://redirect.github.com/jd/tenacity/issues/552";>#552</a>)</li>
    <li><a
    
href="https://github.com/jd/tenacity/commit/7027da31d27155c7b1831e292a29575af7b5c2b1";><code>7027da3</code></a>
    chore(deps): bump the github-actions group with 2 updates (<a
    href="https://redirect.github.com/jd/tenacity/issues/550";>#550</a>)</li>
    <li><a
    
href="https://github.com/jd/tenacity/commit/21ae7d0cc27069defd111e8ec81407f6d14089f6";><code>21ae7d0</code></a>
    docs: fix syntax error in wait_chain docstring example (<a
    href="https://redirect.github.com/jd/tenacity/issues/548";>#548</a>)</li>
    <li><a
    
href="https://github.com/jd/tenacity/commit/ef12c9ed1df4dec3748b1fa9304527245b041d2d";><code>ef12c9e</code></a>
    chore(deps): bump actions/checkout in the github-actions group (<a
    href="https://redirect.github.com/jd/tenacity/issues/547";>#547</a>)</li>
    <li><a
    
href="https://github.com/jd/tenacity/commit/c35a4b341ef5e553c670290fbd8835b59d5f08a3";><code>c35a4b3</code></a>
    chore(deps): bump the github-actions group with 2 updates (<a
    href="https://redirect.github.com/jd/tenacity/issues/545";>#545</a>)</li>
    <li><a
    
href="https://github.com/jd/tenacity/commit/e792bbaf0cab3685c8000899cb9f61e04d6f3e23";><code>e792bba</code></a>
    ci: fix mypy (<a
    href="https://redirect.github.com/jd/tenacity/issues/546";>#546</a>)</li>
    <li><a
    
href="https://github.com/jd/tenacity/commit/0f55245b8da5c4cc8385c2f692164a6ff52cd88e";><code>0f55245</code></a>
    ci: remove reno requirements (<a
    href="https://redirect.github.com/jd/tenacity/issues/542";>#542</a>)</li>
    <li><a
    
href="https://github.com/jd/tenacity/commit/815c34fec2c8d64fe2bc8a6bdd79bfb41f1938c6";><code>815c34f</code></a>
    feat(wait): add <code>wait_exception</code> strategy (<a
    href="https://redirect.github.com/jd/tenacity/issues/541";>#541</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/jd/tenacity/compare/8.5.0...9.1.4";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tenacity&package-manager=pip&previous-version=8.5.0&new-version=9.1.4)](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 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>
    Co-authored-by: Xinyuan Lin <[email protected]>
---
 amber/LICENSE-binary-python | 2 +-
 amber/requirements.txt      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/amber/LICENSE-binary-python b/amber/LICENSE-binary-python
index b2d772c7f6..0b59956f80 100644
--- a/amber/LICENSE-binary-python
+++ b/amber/LICENSE-binary-python
@@ -231,7 +231,7 @@ Python packages:
   - requests==2.34.2
   - s3transfer==0.16.1
   - safetensors==0.8.0
-  - tenacity==8.5.0
+  - tenacity==9.1.4
   - tokenizers==0.22.2
   - transformers==5.5.0
   - tzdata==2026.3
diff --git a/amber/requirements.txt b/amber/requirements.txt
index 8baa0aee95..cafdf99e59 100644
--- a/amber/requirements.txt
+++ b/amber/requirements.txt
@@ -36,7 +36,7 @@ s3fs==2026.6.0
 botocore==1.42.90
 pyiceberg==0.11.1
 readerwriterlock==1.0.9
-tenacity==8.5.0
+tenacity==9.1.4
 # Not imported directly: pyiceberg's SqlCatalog needs SQLAlchemy with the
 # pg8000 driver (postgresql+pg8000:// connection string in iceberg_utils.py).
 SQLAlchemy==2.0.51

Reply via email to