This is an automated email from the ASF dual-hosted git repository.
yuqi1129 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 394e0c6a99 build(deps-dev): bump coverage from 7.13.4 to 7.14.3 in
/clients/client-python (#11872)
394e0c6a99 is described below
commit 394e0c6a99dbb31b0f66572a515c7d2b166d146e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 21 08:51:58 2026 +0800
build(deps-dev): bump coverage from 7.13.4 to 7.14.3 in
/clients/client-python (#11872)
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.4
to 7.14.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst">coverage's
changelog</a>.</em></p>
<blockquote>
<h2>Version 7.14.3 — 2026-06-22</h2>
<ul>
<li>
<p>Fix: the default <code>...</code> exclusion rule now also matches
function bodies
whose closing return-type bracket is on its own line (for example, after
a
long <code>-> dict[ ... ]</code> annotation that a formatter has
split over multiple
lines). Closes <code>issue 2185</code><em>, thanks <code>Mengjia Shang
<pull 2196_></code></em>.</p>
</li>
<li>
<p>Fix: On 3.13t, we incorrectly issued <code>Couldn't import C
tracer</code> errors.
We can't import the C tracer because in 7.14.2 we stopped shipping
compiled
wheels for 3.13t. Thanks, <code>Hugo van Kemenade <pull
2203_></code>_.</p>
</li>
</ul>
<p>.. _issue 2185: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2185">coveragepy/coveragepy#2185</a>
.. _pull 2196: <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2196">coveragepy/coveragepy#2196</a>
.. _pull 2203: <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2203">coveragepy/coveragepy#2203</a></p>
<p>.. _changes_7-14-2:</p>
<h2>Version 7.14.2 — 2026-06-20</h2>
<ul>
<li>
<p>Fix: some messages were being written to stdout, making
<code>coverage json -o -</code> useless for capturing JSON output. Now
messages are written to stderr,
fixing <code>issue 2197</code>_.</p>
</li>
<li>
<p>Fix: <code>CoverageData</code> kept one SQLite connection per thread
that recorded
coverage, but never closed them when those threads terminated. On long
runs
with many short-lived threads this leaked one file descriptor per dead
thread, eventually failing with <code>OSError: [Errno 24] Too many open
files</code>.
Connections belonging to terminated threads are now closed and dropped.
Fixes <code>issue 2192</code><em>. Thanks, <code>Matthew Lloyd <pull
2193_></code></em>.</p>
</li>
<li>
<p>Fix: when using sys.monitoring, we were assuming we could use the
<code>COVERAGE_ID</code> tool id. But other tools might also assume they
could use
that id. Pre-allocated ids don't really make sense, so now we search for
a
usable one instead. Fixes <code>issue 2187</code>_.</p>
</li>
<li>
<p>Following <code>the advice of cibuildwheel <no-13t_></code>_,
we no longer distribute
wheels for Python 3.13 free-threaded.</p>
</li>
</ul>
<p>.. _issue 2187: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2187">coveragepy/coveragepy#2187</a>
.. _issue 2192: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2192">coveragepy/coveragepy#2192</a>
.. _pull 2193: <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2193">coveragepy/coveragepy#2193</a>
.. _issue 2197: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2197">coveragepy/coveragepy#2197</a>
.. _no-13t: <a
href="https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel">https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel</a></p>
<p>.. _changes_7-14-1:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/22f13eacc2258aee53198b6176db1ca89c32a12e"><code>22f13ea</code></a>
docs: sample HTML for 7.14.3</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/2ca4e5fe61a551fc55e48428c8140cb7d325566a"><code>2ca4e5f</code></a>
docs: prep for 7.14.3</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/01d714e5cb457177e999e78fde0c438283f7e4db"><code>01d714e</code></a>
docs: add changelog entry for <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2203">#2203</a></li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/f36248d7ba313734d4fcf3d6eab713b5eba2c259"><code>f36248d</code></a>
fix: don't emit 'Couldn't import C tracer' warning for 3.13t (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2203">#2203</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/86d73d1c4c60bdb2ea03f982cd4e33c77879ba77"><code>86d73d1</code></a>
docs: thanks, Mengjia Shang</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/3d4ae3cb7c77f7521d91200a1e5de13425bbdff4"><code>3d4ae3c</code></a>
docs: add the <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2196">#2196</a>
pr link to CHANGES</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/f4b2b4d35e1b7cd8f33f1ee88d354b0debeeed08"><code>f4b2b4d</code></a>
fix: exclude <code>...</code> bodies after multi-line return-type
annotations (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2185">#2185</a>)
(#...</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/1980ed0730956f0cc179e8568e1c8ee848f2d42b"><code>1980ed0</code></a>
chore: bump sigstore/gh-action-sigstore-python (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2201">#2201</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/bca3217a1dadf35fa1d444722ec9f05dd5819089"><code>bca3217</code></a>
build: since we don't ship 3.13t, don't test it</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/77550d83b2f35818a1ca8931289b81d161222031"><code>77550d8</code></a>
docs: oops, mismatched pull requests</li>
<li>Additional commits viewable in <a
href="https://github.com/coveragepy/coveragepy/compare/7.13.4...7.14.3">compare
view</a></li>
</ul>
</details>
<br />
[](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: Jerry Shao <[email protected]>
---
clients/client-python/requirements-dev.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/client-python/requirements-dev.txt
b/clients/client-python/requirements-dev.txt
index 12fd480183..e0ad42b13b 100644
--- a/clients/client-python/requirements-dev.txt
+++ b/clients/client-python/requirements-dev.txt
@@ -20,7 +20,7 @@ dataclasses-json==0.6.7
pylint==4.0.5
black==26.3.1
twine==6.2.0
-coverage==7.13.4
+coverage==7.14.3
pandas==2.3.3
pyarrow==23.0.1
llama-index==0.13.0