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 84735133 Build: Bump coverage from 7.11.0 to 7.11.3 (#2709)
84735133 is described below
commit 84735133f7216746272b3b609c3087ce23c5a62e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 10 14:32:22 2025 -0800
Build: Bump coverage from 7.11.0 to 7.11.3 (#2709)
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.11.0
to 7.11.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.11.3 — 2025-11-09</h2>
<ul>
<li>
<p>Fix: the 7.11.1 changes meant that conflicts between a requested
measurement
core and other settings would raise an error. This was a breaking change
from
previous behavior, as reported in <code>issue 2076</code>_ and
<code>issue 2078</code>_.</p>
<p>The previous behavior has been restored: when the requested core
conflicts
with other settings, another core is used instead, and a warning is
issued.</p>
</li>
<li>
<p>For contributors: the repo has moved from Ned's <code>nedbat GitHub
account</code>_ to
the <code>coveragepy GitHub organization</code>_. The default branch has
changed from
master to main.</p>
</li>
</ul>
<p>.. _issue 2076: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2076">coveragepy/coveragepy#2076</a>
.. _issue 2078: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2078">coveragepy/coveragepy#2078</a>
.. _nedbat GitHub account: <a
href="https://github.com/nedbat">https://github.com/nedbat</a>
.. _coveragepy GitHub organization: <a
href="https://github.com/coveragepy">https://github.com/coveragepy</a></p>
<p>.. _changes_7-11-2:</p>
<h2>Version 7.11.2 — 2025-11-08</h2>
<ul>
<li>
<p>Fix: using the "sysmon" measurement core in 7.11.1, if
Python code was
claimed to come from a non-Python file, a <code>NotPython</code>
exception could be
raised. This could happen for example with Jinja templates compiled to
Python, as reported in <code>issue 2077</code>_. This is now fixed.</p>
</li>
<li>
<p>Doc: corrected the first entry in the 7.11.1 changelog.</p>
</li>
</ul>
<p>.. _issue 2077: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2077">coveragepy/coveragepy#2077</a></p>
<p>.. _changes_7-11-1:</p>
<h2>Version 7.11.1 — 2025-11-07</h2>
<ul>
<li>
<p>Fix: some chanages to details of how the measurement core is chosen,
and how
conflicting settings are handled. The "sysmon" core cannot be
used with some
conurrency settings, with dynamic context, and in Python 3.12/3.13, with
branch measurement.</p>
<ul>
<li>If the core is not specified and defaults to "sysmon"
(Python 3.14+), but
other settings conflict with sysmon, then the "ctrace" core
will be used
instead with no warning. For concurrency conflicts, this used to produce
an
error, as described in <code>issue 2064</code>_.</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/8bb1230de21cd8e3ffd4f7577d93b2406e2b8f9c"><code>8bb1230</code></a>
docs: remove duplicate entry in the changelog</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/06c493cdfe0785fc67d538ed348d2262159a7ed5"><code>06c493c</code></a>
docs: sample HTML for 7.11.3</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/0823a70f28111290cbe5e56a95c860f5a3aa30f1"><code>0823a70</code></a>
docs: prep for 7.11.3</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/843479261fd9cb10ab739f50406a36ed4024ec92"><code>8434792</code></a>
fix: sysmon conflicts no longer cause errors</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/1f211841cfe5756b322301dcca446e5398f0d8ea"><code>1f21184</code></a>
chore: bump docker/setup-qemu-action in the action-dependencies group
(<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2080">#2080</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/bd61620d805ec5d178722ec9aae5466b7514f56f"><code>bd61620</code></a>
docs: django_coverage_plugin moved</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/1bd73f1aa418804f78f4c83e96c9d675339c50b4"><code>1bd73f1</code></a>
build: nedbat/coverage-reports moved to coveragepy/metacov-reports</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/b54131fd090613b5f251342d9e7ee356026bf8b8"><code>b54131f</code></a>
docs: moved to coveragepy, master->main</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/f2d740fdb856dfae8aff4634ece15e436f7d9e9a"><code>f2d740f</code></a>
build: change more github urls to the coveragepy org</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/776f313f5415bc95ea736f6486634c3f9d0b96f4"><code>776f313</code></a>
docs: issue and pr references moved to coveragepy org</li>
<li>Additional commits viewable in <a
href="https://github.com/coveragepy/coveragepy/compare/7.11.0...7.11.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 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 | 198 ++++++++++++++++++++++++++++++++----------------------------
1 file changed, 105 insertions(+), 93 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index f834bab8..450ccae6 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -916,104 +916,104 @@ markers = {main = "platform_system == \"Windows\"", dev
= "platform_system == \"
[[package]]
name = "coverage"
-version = "7.11.0"
+version = "7.11.3"
description = "Code coverage measurement for Python"
optional = false
python-versions = ">=3.10"
groups = ["dev"]
files = [
- {file = "coverage-7.11.0-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:eb53f1e8adeeb2e78962bade0c08bfdc461853c7969706ed901821e009b35e31"},
- {file = "coverage-7.11.0-cp310-cp310-macosx_11_0_arm64.whl", hash =
"sha256:d9a03ec6cb9f40a5c360f138b88266fd8f58408d71e89f536b4f91d85721d075"},
- {file =
"coverage-7.11.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:0d7f0616c557cbc3d1c2090334eddcbb70e1ae3a40b07222d62b3aa47f608fab"},
- {file =
"coverage-7.11.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:e44a86a47bbdf83b0a3ea4d7df5410d6b1a0de984fbd805fa5101f3624b9abe0"},
- {file =
"coverage-7.11.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:596763d2f9a0ee7eec6e643e29660def2eef297e1de0d334c78c08706f1cb785"},
- {file =
"coverage-7.11.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:ef55537ff511b5e0a43edb4c50a7bf7ba1c3eea20b4f49b1490f1e8e0e42c591"},
- {file = "coverage-7.11.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash =
"sha256:9cbabd8f4d0d3dc571d77ae5bdbfa6afe5061e679a9d74b6797c48d143307088"},
- {file = "coverage-7.11.0-cp310-cp310-musllinux_1_2_i686.whl", hash =
"sha256:e24045453384e0ae2a587d562df2a04d852672eb63051d16096d3f08aa4c7c2f"},
- {file = "coverage-7.11.0-cp310-cp310-musllinux_1_2_riscv64.whl", hash =
"sha256:7161edd3426c8d19bdccde7d49e6f27f748f3c31cc350c5de7c633fea445d866"},
- {file = "coverage-7.11.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash =
"sha256:3d4ed4de17e692ba6415b0587bc7f12bc80915031fc9db46a23ce70fc88c9841"},
- {file = "coverage-7.11.0-cp310-cp310-win32.whl", hash =
"sha256:765c0bc8fe46f48e341ef737c91c715bd2a53a12792592296a095f0c237e09cf"},
- {file = "coverage-7.11.0-cp310-cp310-win_amd64.whl", hash =
"sha256:24d6f3128f1b2d20d84b24f4074475457faedc3d4613a7e66b5e769939c7d969"},
- {file = "coverage-7.11.0-cp311-cp311-macosx_10_9_x86_64.whl", hash =
"sha256:3d58ecaa865c5b9fa56e35efc51d1014d4c0d22838815b9fce57a27dd9576847"},
- {file = "coverage-7.11.0-cp311-cp311-macosx_11_0_arm64.whl", hash =
"sha256:b679e171f1c104a5668550ada700e3c4937110dbdd153b7ef9055c4f1a1ee3cc"},
- {file =
"coverage-7.11.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:ca61691ba8c5b6797deb221a0d09d7470364733ea9c69425a640f1f01b7c5bf0"},
- {file =
"coverage-7.11.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:aef1747ede4bd8ca9cfc04cc3011516500c6891f1b33a94add3253f6f876b7b7"},
- {file =
"coverage-7.11.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:a1839d08406e4cba2953dcc0ffb312252f14d7c4c96919f70167611f4dee2623"},
- {file =
"coverage-7.11.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:e0eb0a2dcc62478eb5b4cbb80b97bdee852d7e280b90e81f11b407d0b81c4287"},
- {file = "coverage-7.11.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash =
"sha256:bc1fbea96343b53f65d5351d8fd3b34fd415a2670d7c300b06d3e14a5af4f552"},
- {file = "coverage-7.11.0-cp311-cp311-musllinux_1_2_i686.whl", hash =
"sha256:214b622259dd0cf435f10241f1333d32caa64dbc27f8790ab693428a141723de"},
- {file = "coverage-7.11.0-cp311-cp311-musllinux_1_2_riscv64.whl", hash =
"sha256:258d9967520cca899695d4eb7ea38be03f06951d6ca2f21fb48b1235f791e601"},
- {file = "coverage-7.11.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash =
"sha256:cf9e6ff4ca908ca15c157c409d608da77a56a09877b97c889b98fb2c32b6465e"},
- {file = "coverage-7.11.0-cp311-cp311-win32.whl", hash =
"sha256:fcc15fc462707b0680cff6242c48625da7f9a16a28a41bb8fd7a4280920e676c"},
- {file = "coverage-7.11.0-cp311-cp311-win_amd64.whl", hash =
"sha256:865965bf955d92790f1facd64fe7ff73551bd2c1e7e6b26443934e9701ba30b9"},
- {file = "coverage-7.11.0-cp311-cp311-win_arm64.whl", hash =
"sha256:5693e57a065760dcbeb292d60cc4d0231a6d4b6b6f6a3191561e1d5e8820b745"},
- {file = "coverage-7.11.0-cp312-cp312-macosx_10_13_x86_64.whl", hash =
"sha256:9c49e77811cf9d024b95faf86c3f059b11c0c9be0b0d61bc598f453703bd6fd1"},
- {file = "coverage-7.11.0-cp312-cp312-macosx_11_0_arm64.whl", hash =
"sha256:a61e37a403a778e2cda2a6a39abcc895f1d984071942a41074b5c7ee31642007"},
- {file =
"coverage-7.11.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:c79cae102bb3b1801e2ef1511fb50e91ec83a1ce466b2c7c25010d884336de46"},
- {file =
"coverage-7.11.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:16ce17ceb5d211f320b62df002fa7016b7442ea0fd260c11cec8ce7730954893"},
- {file =
"coverage-7.11.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:80027673e9d0bd6aef86134b0771845e2da85755cf686e7c7c59566cf5a89115"},
- {file =
"coverage-7.11.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:4d3ffa07a08657306cd2215b0da53761c4d73cb54d9143b9303a6481ec0cd415"},
- {file = "coverage-7.11.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash =
"sha256:a3b6a5f8b2524fd6c1066bc85bfd97e78709bb5e37b5b94911a6506b65f47186"},
- {file = "coverage-7.11.0-cp312-cp312-musllinux_1_2_i686.whl", hash =
"sha256:fcc0a4aa589de34bc56e1a80a740ee0f8c47611bdfb28cd1849de60660f3799d"},
- {file = "coverage-7.11.0-cp312-cp312-musllinux_1_2_riscv64.whl", hash =
"sha256:dba82204769d78c3fd31b35c3d5f46e06511936c5019c39f98320e05b08f794d"},
- {file = "coverage-7.11.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash =
"sha256:81b335f03ba67309a95210caf3eb43bd6fe75a4e22ba653ef97b4696c56c7ec2"},
- {file = "coverage-7.11.0-cp312-cp312-win32.whl", hash =
"sha256:037b2d064c2f8cc8716fe4d39cb705779af3fbf1ba318dc96a1af858888c7bb5"},
- {file = "coverage-7.11.0-cp312-cp312-win_amd64.whl", hash =
"sha256:d66c0104aec3b75e5fd897e7940188ea1892ca1d0235316bf89286d6a22568c0"},
- {file = "coverage-7.11.0-cp312-cp312-win_arm64.whl", hash =
"sha256:d91ebeac603812a09cf6a886ba6e464f3bbb367411904ae3790dfe28311b15ad"},
- {file = "coverage-7.11.0-cp313-cp313-macosx_10_13_x86_64.whl", hash =
"sha256:cc3f49e65ea6e0d5d9bd60368684fe52a704d46f9e7fc413918f18d046ec40e1"},
- {file = "coverage-7.11.0-cp313-cp313-macosx_11_0_arm64.whl", hash =
"sha256:f39ae2f63f37472c17b4990f794035c9890418b1b8cca75c01193f3c8d3e01be"},
- {file =
"coverage-7.11.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:7db53b5cdd2917b6eaadd0b1251cf4e7d96f4a8d24e174bdbdf2f65b5ea7994d"},
- {file =
"coverage-7.11.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:10ad04ac3a122048688387828b4537bc9cf60c0bf4869c1e9989c46e45690b82"},
- {file =
"coverage-7.11.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:4036cc9c7983a2b1f2556d574d2eb2154ac6ed55114761685657e38782b23f52"},
- {file =
"coverage-7.11.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:7ab934dd13b1c5e94b692b1e01bd87e4488cb746e3a50f798cb9464fd128374b"},
- {file = "coverage-7.11.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash =
"sha256:59a6e5a265f7cfc05f76e3bb53eca2e0dfe90f05e07e849930fecd6abb8f40b4"},
- {file = "coverage-7.11.0-cp313-cp313-musllinux_1_2_i686.whl", hash =
"sha256:df01d6c4c81e15a7c88337b795bb7595a8596e92310266b5072c7e301168efbd"},
- {file = "coverage-7.11.0-cp313-cp313-musllinux_1_2_riscv64.whl", hash =
"sha256:8c934bd088eed6174210942761e38ee81d28c46de0132ebb1801dbe36a390dcc"},
- {file = "coverage-7.11.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash =
"sha256:5a03eaf7ec24078ad64a07f02e30060aaf22b91dedf31a6b24d0d98d2bba7f48"},
- {file = "coverage-7.11.0-cp313-cp313-win32.whl", hash =
"sha256:695340f698a5f56f795b2836abe6fb576e7c53d48cd155ad2f80fd24bc63a040"},
- {file = "coverage-7.11.0-cp313-cp313-win_amd64.whl", hash =
"sha256:2727d47fce3ee2bac648528e41455d1b0c46395a087a229deac75e9f88ba5a05"},
- {file = "coverage-7.11.0-cp313-cp313-win_arm64.whl", hash =
"sha256:0efa742f431529699712b92ecdf22de8ff198df41e43aeaaadf69973eb93f17a"},
- {file = "coverage-7.11.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash =
"sha256:587c38849b853b157706407e9ebdca8fd12f45869edb56defbef2daa5fb0812b"},
- {file = "coverage-7.11.0-cp313-cp313t-macosx_11_0_arm64.whl", hash =
"sha256:b971bdefdd75096163dd4261c74be813c4508477e39ff7b92191dea19f24cd37"},
- {file =
"coverage-7.11.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:269bfe913b7d5be12ab13a95f3a76da23cf147be7fa043933320ba5625f0a8de"},
- {file =
"coverage-7.11.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:dadbcce51a10c07b7c72b0ce4a25e4b6dcb0c0372846afb8e5b6307a121eb99f"},
- {file =
"coverage-7.11.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:9ed43fa22c6436f7957df036331f8fe4efa7af132054e1844918866cd228af6c"},
- {file =
"coverage-7.11.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:9516add7256b6713ec08359b7b05aeff8850c98d357784c7205b2e60aa2513fa"},
- {file = "coverage-7.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash =
"sha256:eb92e47c92fcbcdc692f428da67db33337fa213756f7adb6a011f7b5a7a20740"},
- {file = "coverage-7.11.0-cp313-cp313t-musllinux_1_2_i686.whl", hash =
"sha256:d06f4fc7acf3cabd6d74941d53329e06bab00a8fe10e4df2714f0b134bfc64ef"},
- {file = "coverage-7.11.0-cp313-cp313t-musllinux_1_2_riscv64.whl", hash =
"sha256:6fbcee1a8f056af07ecd344482f711f563a9eb1c2cad192e87df00338ec3cdb0"},
- {file = "coverage-7.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash =
"sha256:dbbf012be5f32533a490709ad597ad8a8ff80c582a95adc8d62af664e532f9ca"},
- {file = "coverage-7.11.0-cp313-cp313t-win32.whl", hash =
"sha256:cee6291bb4fed184f1c2b663606a115c743df98a537c969c3c64b49989da96c2"},
- {file = "coverage-7.11.0-cp313-cp313t-win_amd64.whl", hash =
"sha256:a386c1061bf98e7ea4758e4313c0ab5ecf57af341ef0f43a0bf26c2477b5c268"},
- {file = "coverage-7.11.0-cp313-cp313t-win_arm64.whl", hash =
"sha256:f9ea02ef40bb83823b2b04964459d281688fe173e20643870bb5d2edf68bc836"},
- {file = "coverage-7.11.0-cp314-cp314-macosx_10_13_x86_64.whl", hash =
"sha256:c770885b28fb399aaf2a65bbd1c12bf6f307ffd112d6a76c5231a94276f0c497"},
- {file = "coverage-7.11.0-cp314-cp314-macosx_11_0_arm64.whl", hash =
"sha256:a3d0e2087dba64c86a6b254f43e12d264b636a39e88c5cc0a01a7c71bcfdab7e"},
- {file =
"coverage-7.11.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:73feb83bb41c32811973b8565f3705caf01d928d972b72042b44e97c71fd70d1"},
- {file =
"coverage-7.11.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:c6f31f281012235ad08f9a560976cc2fc9c95c17604ff3ab20120fe480169bca"},
- {file =
"coverage-7.11.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:e9570ad567f880ef675673992222746a124b9595506826b210fbe0ce3f0499cd"},
- {file =
"coverage-7.11.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:8badf70446042553a773547a61fecaa734b55dc738cacf20c56ab04b77425e43"},
- {file = "coverage-7.11.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash =
"sha256:a09c1211959903a479e389685b7feb8a17f59ec5a4ef9afde7650bd5eabc2777"},
- {file = "coverage-7.11.0-cp314-cp314-musllinux_1_2_i686.whl", hash =
"sha256:5ef83b107f50db3f9ae40f69e34b3bd9337456c5a7fe3461c7abf8b75dd666a2"},
- {file = "coverage-7.11.0-cp314-cp314-musllinux_1_2_riscv64.whl", hash =
"sha256:f91f927a3215b8907e214af77200250bb6aae36eca3f760f89780d13e495388d"},
- {file = "coverage-7.11.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash =
"sha256:cdbcd376716d6b7fbfeedd687a6c4be019c5a5671b35f804ba76a4c0a778cba4"},
- {file = "coverage-7.11.0-cp314-cp314-win32.whl", hash =
"sha256:bab7ec4bb501743edc63609320aaec8cd9188b396354f482f4de4d40a9d10721"},
- {file = "coverage-7.11.0-cp314-cp314-win_amd64.whl", hash =
"sha256:3d4ba9a449e9364a936a27322b20d32d8b166553bfe63059bd21527e681e2fad"},
- {file = "coverage-7.11.0-cp314-cp314-win_arm64.whl", hash =
"sha256:ce37f215223af94ef0f75ac68ea096f9f8e8c8ec7d6e8c346ee45c0d363f0479"},
- {file = "coverage-7.11.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash =
"sha256:f413ce6e07e0d0dc9c433228727b619871532674b45165abafe201f200cc215f"},
- {file = "coverage-7.11.0-cp314-cp314t-macosx_11_0_arm64.whl", hash =
"sha256:05791e528a18f7072bf5998ba772fe29db4da1234c45c2087866b5ba4dea710e"},
- {file =
"coverage-7.11.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:cacb29f420cfeb9283b803263c3b9a068924474ff19ca126ba9103e1278dfa44"},
- {file =
"coverage-7.11.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:314c24e700d7027ae3ab0d95fbf8d53544fca1f20345fd30cd219b737c6e58d3"},
- {file =
"coverage-7.11.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:630d0bd7a293ad2fc8b4b94e5758c8b2536fdf36c05f1681270203e463cbfa9b"},
- {file =
"coverage-7.11.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:e89641f5175d65e2dbb44db15fe4ea48fade5d5bbb9868fdc2b4fce22f4a469d"},
- {file = "coverage-7.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash =
"sha256:c9f08ea03114a637dab06cedb2e914da9dc67fa52c6015c018ff43fdde25b9c2"},
- {file = "coverage-7.11.0-cp314-cp314t-musllinux_1_2_i686.whl", hash =
"sha256:ce9f3bde4e9b031eaf1eb61df95c1401427029ea1bfddb8621c1161dcb0fa02e"},
- {file = "coverage-7.11.0-cp314-cp314t-musllinux_1_2_riscv64.whl", hash =
"sha256:e4dc07e95495923d6fd4d6c27bf70769425b71c89053083843fd78f378558996"},
- {file = "coverage-7.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash =
"sha256:424538266794db2861db4922b05d729ade0940ee69dcf0591ce8f69784db0e11"},
- {file = "coverage-7.11.0-cp314-cp314t-win32.whl", hash =
"sha256:4c1eeb3fb8eb9e0190bebafd0462936f75717687117339f708f395fe455acc73"},
- {file = "coverage-7.11.0-cp314-cp314t-win_amd64.whl", hash =
"sha256:b56efee146c98dbf2cf5cffc61b9829d1e94442df4d7398b26892a53992d3547"},
- {file = "coverage-7.11.0-cp314-cp314t-win_arm64.whl", hash =
"sha256:b5c2705afa83f49bd91962a4094b6b082f94aef7626365ab3f8f4bd159c5acf3"},
- {file = "coverage-7.11.0-py3-none-any.whl", hash =
"sha256:4b7589765348d78fb4e5fb6ea35d07564e387da2fc5efff62e0222971f155f68"},
- {file = "coverage-7.11.0.tar.gz", hash =
"sha256:167bd504ac1ca2af7ff3b81d245dfea0292c5032ebef9d66cc08a7d28c1b8050"},
+ {file = "coverage-7.11.3-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:0c986537abca9b064510f3fd104ba33e98d3036608c7f2f5537f869bc10e1ee5"},
+ {file = "coverage-7.11.3-cp310-cp310-macosx_11_0_arm64.whl", hash =
"sha256:28c5251b3ab1d23e66f1130ca0c419747edfbcb4690de19467cd616861507af7"},
+ {file =
"coverage-7.11.3-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:4f2bb4ee8dd40f9b2a80bb4adb2aecece9480ba1fa60d9382e8c8e0bd558e2eb"},
+ {file =
"coverage-7.11.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:e5f4bfac975a2138215a38bda599ef00162e4143541cf7dd186da10a7f8e69f1"},
+ {file =
"coverage-7.11.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:8f4cbfff5cf01fa07464439a8510affc9df281535f41a1f5312fbd2b59b4ab5c"},
+ {file =
"coverage-7.11.3-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:31663572f20bf3406d7ac00d6981c7bbbcec302539d26b5ac596ca499664de31"},
+ {file = "coverage-7.11.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash =
"sha256:9799bd6a910961cb666196b8583ed0ee125fa225c6fdee2cbf00232b861f29d2"},
+ {file = "coverage-7.11.3-cp310-cp310-musllinux_1_2_i686.whl", hash =
"sha256:097acc18bedf2c6e3144eaf09b5f6034926c3c9bb9e10574ffd0942717232507"},
+ {file = "coverage-7.11.3-cp310-cp310-musllinux_1_2_riscv64.whl", hash =
"sha256:6f033dec603eea88204589175782290a038b436105a8f3637a81c4359df27832"},
+ {file = "coverage-7.11.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash =
"sha256:dd9ca2d44ed8018c90efb72f237a2a140325a4c3339971364d758e78b175f58e"},
+ {file = "coverage-7.11.3-cp310-cp310-win32.whl", hash =
"sha256:900580bc99c145e2561ea91a2d207e639171870d8a18756eb57db944a017d4bb"},
+ {file = "coverage-7.11.3-cp310-cp310-win_amd64.whl", hash =
"sha256:c8be5bfcdc7832011b2652db29ed7672ce9d353dd19bce5272ca33dbcf60aaa8"},
+ {file = "coverage-7.11.3-cp311-cp311-macosx_10_9_x86_64.whl", hash =
"sha256:200bb89fd2a8a07780eafcdff6463104dec459f3c838d980455cfa84f5e5e6e1"},
+ {file = "coverage-7.11.3-cp311-cp311-macosx_11_0_arm64.whl", hash =
"sha256:8d264402fc179776d43e557e1ca4a7d953020d3ee95f7ec19cc2c9d769277f06"},
+ {file =
"coverage-7.11.3-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:385977d94fc155f8731c895accdfcc3dd0d9dd9ef90d102969df95d3c637ab80"},
+ {file =
"coverage-7.11.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:0542ddf6107adbd2592f29da9f59f5d9cff7947b5bb4f734805085c327dcffaa"},
+ {file =
"coverage-7.11.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:d60bf4d7f886989ddf80e121a7f4d140d9eac91f1d2385ce8eb6bda93d563297"},
+ {file =
"coverage-7.11.3-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:c0a3b6e32457535df0d41d2d895da46434706dd85dbaf53fbc0d3bd7d914b362"},
+ {file = "coverage-7.11.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash =
"sha256:876a3ee7fd2613eb79602e4cdb39deb6b28c186e76124c3f29e580099ec21a87"},
+ {file = "coverage-7.11.3-cp311-cp311-musllinux_1_2_i686.whl", hash =
"sha256:a730cd0824e8083989f304e97b3f884189efb48e2151e07f57e9e138ab104200"},
+ {file = "coverage-7.11.3-cp311-cp311-musllinux_1_2_riscv64.whl", hash =
"sha256:b5cd111d3ab7390be0c07ad839235d5ad54d2ca497b5f5db86896098a77180a4"},
+ {file = "coverage-7.11.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash =
"sha256:074e6a5cd38e06671580b4d872c1a67955d4e69639e4b04e87fc03b494c1f060"},
+ {file = "coverage-7.11.3-cp311-cp311-win32.whl", hash =
"sha256:86d27d2dd7c7c5a44710565933c7dc9cd70e65ef97142e260d16d555667deef7"},
+ {file = "coverage-7.11.3-cp311-cp311-win_amd64.whl", hash =
"sha256:ca90ef33a152205fb6f2f0c1f3e55c50df4ef049bb0940ebba666edd4cdebc55"},
+ {file = "coverage-7.11.3-cp311-cp311-win_arm64.whl", hash =
"sha256:56f909a40d68947ef726ce6a34eb38f0ed241ffbe55c5007c64e616663bcbafc"},
+ {file = "coverage-7.11.3-cp312-cp312-macosx_10_13_x86_64.whl", hash =
"sha256:5b771b59ac0dfb7f139f70c85b42717ef400a6790abb6475ebac1ecee8de782f"},
+ {file = "coverage-7.11.3-cp312-cp312-macosx_11_0_arm64.whl", hash =
"sha256:603c4414125fc9ae9000f17912dcfd3d3eb677d4e360b85206539240c96ea76e"},
+ {file =
"coverage-7.11.3-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:77ffb3b7704eb7b9b3298a01fe4509cef70117a52d50bcba29cffc5f53dd326a"},
+ {file =
"coverage-7.11.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:4d4ca49f5ba432b0755ebb0fc3a56be944a19a16bb33802264bbc7311622c0d1"},
+ {file =
"coverage-7.11.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:05fd3fb6edff0c98874d752013588836f458261e5eba587afe4c547bba544afd"},
+ {file =
"coverage-7.11.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:0e920567f8c3a3ce68ae5a42cf7c2dc4bb6cc389f18bff2235dd8c03fa405de5"},
+ {file = "coverage-7.11.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash =
"sha256:4bec8c7160688bd5a34e65c82984b25409563134d63285d8943d0599efbc448e"},
+ {file = "coverage-7.11.3-cp312-cp312-musllinux_1_2_i686.whl", hash =
"sha256:adb9b7b42c802bd8cb3927de8c1c26368ce50c8fdaa83a9d8551384d77537044"},
+ {file = "coverage-7.11.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash =
"sha256:c8f563b245b4ddb591e99f28e3cd140b85f114b38b7f95b2e42542f0603eb7d7"},
+ {file = "coverage-7.11.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash =
"sha256:e2a96fdc7643c9517a317553aca13b5cae9bad9a5f32f4654ce247ae4d321405"},
+ {file = "coverage-7.11.3-cp312-cp312-win32.whl", hash =
"sha256:e8feeb5e8705835f0622af0fe7ff8d5cb388948454647086494d6c41ec142c2e"},
+ {file = "coverage-7.11.3-cp312-cp312-win_amd64.whl", hash =
"sha256:abb903ffe46bd319d99979cdba350ae7016759bb69f47882242f7b93f3356055"},
+ {file = "coverage-7.11.3-cp312-cp312-win_arm64.whl", hash =
"sha256:1451464fd855d9bd000c19b71bb7dafea9ab815741fb0bd9e813d9b671462d6f"},
+ {file = "coverage-7.11.3-cp313-cp313-macosx_10_13_x86_64.whl", hash =
"sha256:84b892e968164b7a0498ddc5746cdf4e985700b902128421bb5cec1080a6ee36"},
+ {file = "coverage-7.11.3-cp313-cp313-macosx_11_0_arm64.whl", hash =
"sha256:f761dbcf45e9416ec4698e1a7649248005f0064ce3523a47402d1bff4af2779e"},
+ {file =
"coverage-7.11.3-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:1410bac9e98afd9623f53876fae7d8a5db9f5a0ac1c9e7c5188463cb4b3212e2"},
+ {file =
"coverage-7.11.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:004cdcea3457c0ea3233622cd3464c1e32ebba9b41578421097402bee6461b63"},
+ {file =
"coverage-7.11.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:8f067ada2c333609b52835ca4d4868645d3b63ac04fb2b9a658c55bba7f667d3"},
+ {file =
"coverage-7.11.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:07bc7745c945a6d95676953e86ba7cebb9f11de7773951c387f4c07dc76d03f5"},
+ {file = "coverage-7.11.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash =
"sha256:8bba7e4743e37484ae17d5c3b8eb1ce78b564cb91b7ace2e2182b25f0f764cb5"},
+ {file = "coverage-7.11.3-cp313-cp313-musllinux_1_2_i686.whl", hash =
"sha256:fbffc22d80d86fbe456af9abb17f7a7766e7b2101f7edaacc3535501691563f7"},
+ {file = "coverage-7.11.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash =
"sha256:0dba4da36730e384669e05b765a2c49f39514dd3012fcc0398dd66fba8d746d5"},
+ {file = "coverage-7.11.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash =
"sha256:ae12fe90b00b71a71b69f513773310782ce01d5f58d2ceb2b7c595ab9d222094"},
+ {file = "coverage-7.11.3-cp313-cp313-win32.whl", hash =
"sha256:12d821de7408292530b0d241468b698bce18dd12ecaf45316149f53877885f8c"},
+ {file = "coverage-7.11.3-cp313-cp313-win_amd64.whl", hash =
"sha256:6bb599052a974bb6cedfa114f9778fedfad66854107cf81397ec87cb9b8fbcf2"},
+ {file = "coverage-7.11.3-cp313-cp313-win_arm64.whl", hash =
"sha256:bb9d7efdb063903b3fdf77caec7b77c3066885068bdc0d44bc1b0c171033f944"},
+ {file = "coverage-7.11.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash =
"sha256:fb58da65e3339b3dbe266b607bb936efb983d86b00b03eb04c4ad5b442c58428"},
+ {file = "coverage-7.11.3-cp313-cp313t-macosx_11_0_arm64.whl", hash =
"sha256:8d16bbe566e16a71d123cd66382c1315fcd520c7573652a8074a8fe281b38c6a"},
+ {file =
"coverage-7.11.3-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:a8258f10059b5ac837232c589a350a2df4a96406d6d5f2a09ec587cbdd539655"},
+ {file =
"coverage-7.11.3-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:4c5627429f7fbff4f4131cfdd6abd530734ef7761116811a707b88b7e205afd7"},
+ {file =
"coverage-7.11.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:465695268414e149bab754c54b0c45c8ceda73dd4a5c3ba255500da13984b16d"},
+ {file =
"coverage-7.11.3-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:4ebcddfcdfb4c614233cff6e9a3967a09484114a8b2e4f2c7a62dc83676ba13f"},
+ {file = "coverage-7.11.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash =
"sha256:13b2066303a1c1833c654d2af0455bb009b6e1727b3883c9964bc5c2f643c1d0"},
+ {file = "coverage-7.11.3-cp313-cp313t-musllinux_1_2_i686.whl", hash =
"sha256:d8750dd20362a1b80e3cf84f58013d4672f89663aee457ea59336df50fab6739"},
+ {file = "coverage-7.11.3-cp313-cp313t-musllinux_1_2_riscv64.whl", hash =
"sha256:ab6212e62ea0e1006531a2234e209607f360d98d18d532c2fa8e403c1afbdd71"},
+ {file = "coverage-7.11.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash =
"sha256:a6b17c2b5e0b9bb7702449200f93e2d04cb04b1414c41424c08aa1e5d352da76"},
+ {file = "coverage-7.11.3-cp313-cp313t-win32.whl", hash =
"sha256:426559f105f644b69290ea414e154a0d320c3ad8a2bb75e62884731f69cf8e2c"},
+ {file = "coverage-7.11.3-cp313-cp313t-win_amd64.whl", hash =
"sha256:90a96fcd824564eae6137ec2563bd061d49a32944858d4bdbae5c00fb10e76ac"},
+ {file = "coverage-7.11.3-cp313-cp313t-win_arm64.whl", hash =
"sha256:1e33d0bebf895c7a0905fcfaff2b07ab900885fc78bba2a12291a2cfbab014cc"},
+ {file = "coverage-7.11.3-cp314-cp314-macosx_10_15_x86_64.whl", hash =
"sha256:fdc5255eb4815babcdf236fa1a806ccb546724c8a9b129fd1ea4a5448a0bf07c"},
+ {file = "coverage-7.11.3-cp314-cp314-macosx_11_0_arm64.whl", hash =
"sha256:fe3425dc6021f906c6325d3c415e048e7cdb955505a94f1eb774dafc779ba203"},
+ {file =
"coverage-7.11.3-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:4ca5f876bf41b24378ee67c41d688155f0e54cdc720de8ef9ad6544005899240"},
+ {file =
"coverage-7.11.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:9061a3e3c92b27fd8036dafa26f25d95695b6aa2e4514ab16a254f297e664f83"},
+ {file =
"coverage-7.11.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:abcea3b5f0dc44e1d01c27090bc32ce6ffb7aa665f884f1890710454113ea902"},
+ {file =
"coverage-7.11.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:68c4eb92997dbaaf839ea13527be463178ac0ddd37a7ac636b8bc11a51af2428"},
+ {file = "coverage-7.11.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash =
"sha256:149eccc85d48c8f06547534068c41d69a1a35322deaa4d69ba1561e2e9127e75"},
+ {file = "coverage-7.11.3-cp314-cp314-musllinux_1_2_i686.whl", hash =
"sha256:08c0bcf932e47795c49f0406054824b9d45671362dfc4269e0bc6e4bff010704"},
+ {file = "coverage-7.11.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash =
"sha256:39764c6167c82d68a2d8c97c33dba45ec0ad9172570860e12191416f4f8e6e1b"},
+ {file = "coverage-7.11.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash =
"sha256:3224c7baf34e923ffc78cb45e793925539d640d42c96646db62dbd61bbcfa131"},
+ {file = "coverage-7.11.3-cp314-cp314-win32.whl", hash =
"sha256:c713c1c528284d636cd37723b0b4c35c11190da6f932794e145fc40f8210a14a"},
+ {file = "coverage-7.11.3-cp314-cp314-win_amd64.whl", hash =
"sha256:c381a252317f63ca0179d2c7918e83b99a4ff3101e1b24849b999a00f9cd4f86"},
+ {file = "coverage-7.11.3-cp314-cp314-win_arm64.whl", hash =
"sha256:3e33a968672be1394eded257ec10d4acbb9af2ae263ba05a99ff901bb863557e"},
+ {file = "coverage-7.11.3-cp314-cp314t-macosx_10_15_x86_64.whl", hash =
"sha256:f9c96a29c6d65bd36a91f5634fef800212dff69dacdb44345c4c9783943ab0df"},
+ {file = "coverage-7.11.3-cp314-cp314t-macosx_11_0_arm64.whl", hash =
"sha256:2ec27a7a991d229213c8070d31e3ecf44d005d96a9edc30c78eaeafaa421c001"},
+ {file =
"coverage-7.11.3-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:72c8b494bd20ae1c58528b97c4a67d5cfeafcb3845c73542875ecd43924296de"},
+ {file =
"coverage-7.11.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:60ca149a446da255d56c2a7a813b51a80d9497a62250532598d249b3cdb1a926"},
+ {file =
"coverage-7.11.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:eb5069074db19a534de3859c43eec78e962d6d119f637c41c8e028c5ab3f59dd"},
+ {file =
"coverage-7.11.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
hash =
"sha256:ac5d5329c9c942bbe6295f4251b135d860ed9f86acd912d418dce186de7c19ac"},
+ {file = "coverage-7.11.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash =
"sha256:e22539b676fafba17f0a90ac725f029a309eb6e483f364c86dcadee060429d46"},
+ {file = "coverage-7.11.3-cp314-cp314t-musllinux_1_2_i686.whl", hash =
"sha256:2376e8a9c889016f25472c452389e98bc6e54a19570b107e27cde9d47f387b64"},
+ {file = "coverage-7.11.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash =
"sha256:4234914b8c67238a3c4af2bba648dc716aa029ca44d01f3d51536d44ac16854f"},
+ {file = "coverage-7.11.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash =
"sha256:f0b4101e2b3c6c352ff1f70b3a6fcc7c17c1ab1a91ccb7a33013cb0782af9820"},
+ {file = "coverage-7.11.3-cp314-cp314t-win32.whl", hash =
"sha256:305716afb19133762e8cf62745c46c4853ad6f9eeba54a593e373289e24ea237"},
+ {file = "coverage-7.11.3-cp314-cp314t-win_amd64.whl", hash =
"sha256:9245bd392572b9f799261c4c9e7216bafc9405537d0f4ce3ad93afe081a12dc9"},
+ {file = "coverage-7.11.3-cp314-cp314t-win_arm64.whl", hash =
"sha256:9a1d577c20b4334e5e814c3d5fe07fa4a8c3ae42a601945e8d7940bab811d0bd"},
+ {file = "coverage-7.11.3-py3-none-any.whl", hash =
"sha256:351511ae28e2509c8d8cae5311577ea7dd511ab8e746ffc8814a0896c3d33fbe"},
+ {file = "coverage-7.11.3.tar.gz", hash =
"sha256:0f59387f5e6edbbffec2281affb71cdc85e0776c1745150a3ab9b6c1d016106b"},
]
[package.dependencies]
@@ -2191,6 +2191,8 @@ files = [
{file =
"greenlet-3.2.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
hash =
"sha256:c2ca18a03a8cfb5b25bc1cbe20f3d9a4c80d8c3b13ba3df49ac3961af0b1018d"},
{file = "greenlet-3.2.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash =
"sha256:9fe0a28a7b952a21e2c062cd5756d34354117796c6d9215a87f55e38d15402c5"},
{file = "greenlet-3.2.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash =
"sha256:8854167e06950ca75b898b104b63cc646573aa5fef1353d4508ecdd1ee76254f"},
+ {file = "greenlet-3.2.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash =
"sha256:f47617f698838ba98f4ff4189aef02e7343952df3a615f847bb575c3feb177a7"},
+ {file = "greenlet-3.2.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash =
"sha256:af41be48a4f60429d5cad9d22175217805098a9ef7c40bfef44f7669fb9d74d8"},
{file = "greenlet-3.2.4-cp310-cp310-win_amd64.whl", hash =
"sha256:73f49b5368b5359d04e18d15828eecc1806033db5233397748f4ca813ff1056c"},
{file = "greenlet-3.2.4-cp311-cp311-macosx_11_0_universal2.whl", hash =
"sha256:96378df1de302bc38e99c3a9aa311967b7dc80ced1dcc6f171e99842987882a2"},
{file =
"greenlet-3.2.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
hash =
"sha256:1ee8fae0519a337f2329cb78bd7a8e128ec0f881073d43f023c7b8d4831d5246"},
@@ -2200,6 +2202,8 @@ files = [
{file =
"greenlet-3.2.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
hash =
"sha256:2523e5246274f54fdadbce8494458a2ebdcdbc7b802318466ac5606d3cded1f8"},
{file = "greenlet-3.2.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash =
"sha256:1987de92fec508535687fb807a5cea1560f6196285a4cde35c100b8cd632cc52"},
{file = "greenlet-3.2.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash =
"sha256:55e9c5affaa6775e2c6b67659f3a71684de4c549b3dd9afca3bc773533d284fa"},
+ {file = "greenlet-3.2.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash =
"sha256:c9c6de1940a7d828635fbd254d69db79e54619f165ee7ce32fda763a9cb6a58c"},
+ {file = "greenlet-3.2.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash =
"sha256:03c5136e7be905045160b1b9fdca93dd6727b180feeafda6818e6496434ed8c5"},
{file = "greenlet-3.2.4-cp311-cp311-win_amd64.whl", hash =
"sha256:9c40adce87eaa9ddb593ccb0fa6a07caf34015a29bf8d344811665b573138db9"},
{file = "greenlet-3.2.4-cp312-cp312-macosx_11_0_universal2.whl", hash =
"sha256:3b67ca49f54cede0186854a008109d6ee71f66bd57bb36abd6d0a0267b540cdd"},
{file =
"greenlet-3.2.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
hash =
"sha256:ddf9164e7a5b08e9d22511526865780a576f19ddd00d62f8a665949327fde8bb"},
@@ -2209,6 +2213,8 @@ files = [
{file =
"greenlet-3.2.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
hash =
"sha256:3b3812d8d0c9579967815af437d96623f45c0f2ae5f04e366de62a12d83a8fb0"},
{file = "greenlet-3.2.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash =
"sha256:abbf57b5a870d30c4675928c37278493044d7c14378350b3aa5d484fa65575f0"},
{file = "greenlet-3.2.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash =
"sha256:20fb936b4652b6e307b8f347665e2c615540d4b42b3b4c8a321d8286da7e520f"},
+ {file = "greenlet-3.2.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash =
"sha256:ee7a6ec486883397d70eec05059353b8e83eca9168b9f3f9a361971e77e0bcd0"},
+ {file = "greenlet-3.2.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash =
"sha256:326d234cbf337c9c3def0676412eb7040a35a768efc92504b947b3e9cfc7543d"},
{file = "greenlet-3.2.4-cp312-cp312-win_amd64.whl", hash =
"sha256:a7d4e128405eea3814a12cc2605e0e6aedb4035bf32697f72deca74de4105e02"},
{file = "greenlet-3.2.4-cp313-cp313-macosx_11_0_universal2.whl", hash =
"sha256:1a921e542453fe531144e91e1feedf12e07351b1cf6c9e8a3325ea600a715a31"},
{file =
"greenlet-3.2.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
hash =
"sha256:cd3c8e693bff0fff6ba55f140bf390fa92c994083f838fece0f63be121334945"},
@@ -2218,6 +2224,8 @@ files = [
{file =
"greenlet-3.2.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
hash =
"sha256:23768528f2911bcd7e475210822ffb5254ed10d71f4028387e5a99b4c6699671"},
{file = "greenlet-3.2.4-cp313-cp313-musllinux_1_1_aarch64.whl", hash =
"sha256:00fadb3fedccc447f517ee0d3fd8fe49eae949e1cd0f6a611818f4f6fb7dc83b"},
{file = "greenlet-3.2.4-cp313-cp313-musllinux_1_1_x86_64.whl", hash =
"sha256:d25c5091190f2dc0eaa3f950252122edbbadbb682aa7b1ef2f8af0f8c0afefae"},
+ {file = "greenlet-3.2.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash =
"sha256:6e343822feb58ac4d0a1211bd9399de2b3a04963ddeec21530fc426cc121f19b"},
+ {file = "greenlet-3.2.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash =
"sha256:ca7f6f1f2649b89ce02f6f229d7c19f680a6238af656f61e0115b24857917929"},
{file = "greenlet-3.2.4-cp313-cp313-win_amd64.whl", hash =
"sha256:554b03b6e73aaabec3745364d6239e9e012d64c68ccd0b8430c64ccc14939a8b"},
{file = "greenlet-3.2.4-cp314-cp314-macosx_11_0_universal2.whl", hash =
"sha256:49a30d5fda2507ae77be16479bdb62a660fa51b1eb4928b524975b3bde77b3c0"},
{file =
"greenlet-3.2.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
hash =
"sha256:299fd615cd8fc86267b47597123e3f43ad79c9d8a22bebdce535e53550763e2f"},
@@ -2225,6 +2233,8 @@ files = [
{file =
"greenlet-3.2.4-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash
= "sha256:b4a1870c51720687af7fa3e7cda6d08d801dae660f75a76f3845b642b4da6ee1"},
{file =
"greenlet-3.2.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
hash =
"sha256:061dc4cf2c34852b052a8620d40f36324554bc192be474b9e9770e8c042fd735"},
{file =
"greenlet-3.2.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
hash =
"sha256:44358b9bf66c8576a9f57a590d5f5d6e72fa4228b763d0e43fee6d3b06d3a337"},
+ {file = "greenlet-3.2.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash =
"sha256:2917bdf657f5859fbf3386b12d68ede4cf1f04c90c3a6bc1f013dd68a22e2269"},
+ {file = "greenlet-3.2.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash =
"sha256:015d48959d4add5d6c9f6c5210ee3803a830dce46356e3bc326d6776bde54681"},
{file = "greenlet-3.2.4-cp314-cp314-win_amd64.whl", hash =
"sha256:e37ab26028f12dbb0ff65f29a8d3d44a765c61e729647bf2ddfbbed621726f01"},
{file = "greenlet-3.2.4-cp39-cp39-macosx_11_0_universal2.whl", hash =
"sha256:b6a7c19cf0d2742d0809a4c05975db036fdff50cd294a93632d6a310bf9ac02c"},
{file =
"greenlet-3.2.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
hash =
"sha256:27890167f55d2387576d1f41d9487ef171849ea0359ce1510ca6e06c8bece11d"},
@@ -2234,6 +2244,8 @@ files = [
{file =
"greenlet-3.2.4-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
hash =
"sha256:c9913f1a30e4526f432991f89ae263459b1c64d1608c0d22a5c79c287b3c70df"},
{file = "greenlet-3.2.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash =
"sha256:b90654e092f928f110e0007f572007c9727b5265f7632c2fa7415b4689351594"},
{file = "greenlet-3.2.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash =
"sha256:81701fd84f26330f0d5f4944d4e92e61afe6319dcd9775e39396e39d7c3e5f98"},
+ {file = "greenlet-3.2.4-cp39-cp39-musllinux_1_2_aarch64.whl", hash =
"sha256:28a3c6b7cd72a96f61b0e4b2a36f681025b60ae4779cc73c1535eb5f29560b10"},
+ {file = "greenlet-3.2.4-cp39-cp39-musllinux_1_2_x86_64.whl", hash =
"sha256:52206cd642670b0b320a1fd1cbfd95bca0e043179c1d8a045f2c6109dfe973be"},
{file = "greenlet-3.2.4-cp39-cp39-win32.whl", hash =
"sha256:65458b409c1ed459ea899e939f0e1cdb14f58dbc803f2f93c5eab5694d32671b"},
{file = "greenlet-3.2.4-cp39-cp39-win_amd64.whl", hash =
"sha256:d2e685ade4dafd447ede19c31277a224a239a0a1a4eca4e6390efedf20260cfb"},
{file = "greenlet-3.2.4.tar.gz", hash =
"sha256:0dca0d95ff849f9a364385f36ab49f50065d76964944638be9691e1832e9f86d"},