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

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 6a39376d3d build(deps): bump cachetools from 5.5.2 to 6.2.1 in 
/clients/client-python (#9061)
6a39376d3d is described below

commit 6a39376d3d4d68b5b795b1896fd4ef1756a77bea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 20:26:47 2025 +0800

    build(deps): bump cachetools from 5.5.2 to 6.2.1 in /clients/client-python 
(#9061)
    
    Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.2 to
    6.2.1.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    
href="https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst";>cachetools's
    changelog</a>.</em></p>
    <blockquote>
    <h1>v6.2.1 (2025-10-12)</h1>
    <ul>
    <li>
    <p>Add support for Python 3.14.</p>
    </li>
    <li>
    <p>Improve documentation.</p>
    </li>
    <li>
    <p>Update CI environment.</p>
    </li>
    </ul>
    <h1>v6.2.0 (2025-08-25)</h1>
    <ul>
    <li>
    <p>Improve general <code>RRCache</code> performance by storing cache
    keys in an
    additional sequence container.  Note that this will increase memory
    consumption.</p>
    </li>
    <li>
    <p>Add more unit tests.</p>
    </li>
    </ul>
    <h1>v6.1.0 (2025-06-16)</h1>
    <ul>
    <li>
    <p>Improve <code>LFUCache</code> insertion performance by switching to
    an
    implementation based on the <code>cacheing
    &lt;https://pypi.org/project/cacheing/&gt;</code>_ library.</p>
    </li>
    <li>
    <p>Update CI environment.</p>
    </li>
    </ul>
    <h1>v6.0.0 (2025-05-23)</h1>
    <ul>
    <li>
    <p>Require Python 3.9 or later (breaking change).</p>
    </li>
    <li>
    <p>Remove <code>MRUCache</code> and the <code>@func.mru_cache</code>
    decorator (breaking
    change).</p>
    </li>
    <li>
    <p>Add an optional <code>condition</code> parameter to the
    <code>@cached</code> and
    <code>@cachedmethod</code> decorators, which, when used with a
    <code>threading.Condition</code> instance, should improve <code>cache
    stampede &lt;https://en.wikipedia.org/wiki/Cache_stampede&gt;</code>_
    issues in massively
    parallel environments.  Note that this will inflict some performance
    penalty, and therefore has to be enabled explicitly.</p>
    </li>
    <li>
    <p>Convert the <code>cachetools.func</code> decorators to use a
    <code>threading.Condition</code> instance to deal with <code>cache
    stampede &lt;https://en.wikipedia.org/wiki/Cache_stampede&gt;</code>_
    issues. Note that
    this <em>may</em> result in a noticable performance degradation,
    depending
    on your actual use case.</p>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/ca7508fd56103a1b6d6f17c8e93e36c60b44ca25";><code>ca7508f</code></a>
    Release v6.2.1.</li>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/f7193077decbbeddbbb76677a1d8912a454886f2";><code>f719307</code></a>
    Fix <a
    href="https://redirect.github.com/tkem/cachetools/issues/339";>#339</a>:
    Improve documentation regarding funtion default arguments.</li>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/b32d00b7d4ca95ba67edfa3167c81938761ae09a";><code>b32d00b</code></a>
    Fix typos.</li>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/a9a7e2cc8f2f6ab3403d5b967e3324cf237878c0";><code>a9a7e2c</code></a>
    Move extended <a
    href="https://github.com/ttl";><code>@​ttl</code></a>_cache docs to
    proper place.</li>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/072b7e1724b5f608e611ba6d40162722012c9149";><code>072b7e1</code></a>
    docs: clarify what units the <code>ttl</code> argument uses (i.e.,
    seconds)</li>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/b620ef9f958e2b2baf0e9c26940d8bf979aee35c";><code>b620ef9</code></a>
    Add support for Python 3.14.</li>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/8d7b64fee74b08e884c1ab8470f94c0e25f55440";><code>8d7b64f</code></a>
    Bump actions/checkout from 4.2.2 to 5.0.0</li>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/feb17ff4656ec7fd723cabbfe4f7a320e1f42726";><code>feb17ff</code></a>
    Bump codecov/codecov-action from 5.4.3 to 5.5.1</li>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/22c1652941ff7c6c3334036559bec31bc5519600";><code>22c1652</code></a>
    Bump actions/setup-python from 5.6.0 to 6.0.0</li>
    <li><a
    
href="https://github.com/tkem/cachetools/commit/4a238adc490e81db58d843b011afdbe3dd9097a5";><code>4a238ad</code></a>
    Release v6.2.0.</li>
    <li>Additional commits viewable in <a
    href="https://github.com/tkem/cachetools/compare/v5.5.2...v6.2.1";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cachetools&package-manager=pip&previous-version=5.5.2&new-version=6.2.1)](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>
    Co-authored-by: Jerry Shao <[email protected]>
---
 clients/client-python/requirements-dev.txt | 2 +-
 clients/client-python/requirements.txt     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/clients/client-python/requirements-dev.txt 
b/clients/client-python/requirements-dev.txt
index 6a64c7d053..e9e569dea8 100644
--- a/clients/client-python/requirements-dev.txt
+++ b/clients/client-python/requirements-dev.txt
@@ -25,7 +25,7 @@ pandas==2.3.3
 pyarrow==15.0.2
 llama-index==0.12.41
 tenacity==8.3.0
-cachetools==5.5.2
+cachetools==6.2.1
 readerwriterlock==1.0.9
 docker==7.1.0
 pyjwt[crypto]==2.10.1
diff --git a/clients/client-python/requirements.txt 
b/clients/client-python/requirements.txt
index d2e67ee346..ba5087bb1d 100644
--- a/clients/client-python/requirements.txt
+++ b/clients/client-python/requirements.txt
@@ -22,7 +22,7 @@ dataclasses-json==0.6.7
 readerwriterlock==1.0.9
 fsspec==2024.3.1
 pyarrow==15.0.2
-cachetools==5.5.2
+cachetools==6.2.1
 gcsfs==2024.3.1
 s3fs==2024.3.1
 ossfs==2023.12.0

Reply via email to