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 36d30416 Build: Bump coverage from 7.10.3 to 7.10.4 (#2347)
36d30416 is described below
commit 36d304165490187a8f1d9247aad384e6512ed067
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 19 03:09:57 2025 -0700
Build: Bump coverage from 7.10.3 to 7.10.4 (#2347)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.3 to
7.10.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's
changelog</a>.</em></p>
<blockquote>
<h2>Version 7.10.4 — 2025-08-16</h2>
<ul>
<li>
<p>Added <code>patch = fork</code> for times when the built-in forking
support is
insufficient.</p>
</li>
<li>
<p>Fix: <code>patch = execv</code> also inherits the entire coverage
configuration now.</p>
</li>
</ul>
<p>.. _changes_7-10-3:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/1cd29f24ce3859c9b2d824959031b9142c218904"><code>1cd29f2</code></a>
docs: sample HTML for 7.10.4</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/92a91e9cbbde7ea05a960b4c85bfc9d16b4a8d33"><code>92a91e9</code></a>
docs: prep for 7.10.4</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/9ee6390200e1946ba5458e86d6e9f46adace4751"><code>9ee6390</code></a>
debug: more details in debug messages</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/6af8a5d13314eba82c2c5974b2fbf133f09b51d0"><code>6af8a5d</code></a>
feat: patch=fork</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/0eb292d24d3790ec46f2961cd05136e9e5f5d0c6"><code>0eb292d</code></a>
refactor: a nicer way to inject config from the environment</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/183cd9b5358d41fc67210c66df9169a9e495df0b"><code>183cd9b</code></a>
build: tweaks to how the python build is bannered for tox</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/6c2fb87e14e0d18859cac4763577ef4f717c2f38"><code>6c2fb87</code></a>
chore: make upgrade</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a22436cb0e17397a79ae480be0ce6f19b98b3188"><code>a22436c</code></a>
test: since 62434e79 we don't need to account for .tox</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/4ab4bb04db299cee912d1f930dcab59f01317f54"><code>4ab4bb0</code></a>
test: add a test for env var truncation</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/bf1a9706b3eb2a1c27743815e475ab6d966a6d6f"><code>bf1a970</code></a>
refactor: better style for constants</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.10.3...7.10.4">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 | 238 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 119 insertions(+), 119 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 75557a0e..337107ce 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 2.1.4 and should not be
changed by hand.
+# This file is automatically @generated by Poetry 2.1.1 and should not be
changed by hand.
[[package]]
name = "adlfs"
@@ -59,7 +59,7 @@ description = "Happy Eyeballs for asyncio"
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "extra == \"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\""
+markers = "extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\""
files = [
{file = "aiohappyeyeballs-2.6.1-py3-none-any.whl", hash =
"sha256:f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8"},
{file = "aiohappyeyeballs-2.6.1.tar.gz", hash =
"sha256:c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558"},
@@ -72,7 +72,7 @@ description = "Async http client/server framework (asyncio)"
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "extra == \"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\""
+markers = "extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\""
files = [
{file = "aiohttp-3.12.14-cp310-cp310-macosx_10_9_universal2.whl", hash =
"sha256:906d5075b5ba0dd1c66fcaaf60eb09926a9fef3ca92d912d2a0bbdbecf8b1248"},
{file = "aiohttp-3.12.14-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:c875bf6fc2fd1a572aba0e02ef4e7a63694778c5646cdbda346ee24e630d30fb"},
@@ -202,7 +202,7 @@ description = "aiosignal: a list of registered asynchronous
callbacks"
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "python_version == \"3.9\" and extra == \"ray\" or (extra ==
\"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\") and python_version <
\"3.10\" or python_version >= \"3.10\" and (extra == \"ray\" or extra ==
\"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\")"
+markers = "(extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\") and
(extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\" or extra ==
\"ray\")"
files = [
{file = "aiosignal-1.4.0-py3-none-any.whl", hash =
"sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e"},
{file = "aiosignal-1.4.0.tar.gz", hash =
"sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7"},
@@ -255,7 +255,7 @@ description = "Timeout context manager for asyncio programs"
optional = true
python-versions = ">=3.8"
groups = ["main"]
-markers = "(extra == \"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\") and
python_version <= \"3.10\""
+markers = "(extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\") and
python_version <= \"3.10\""
files = [
{file = "async_timeout-5.0.1-py3-none-any.whl", hash =
"sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c"},
{file = "async_timeout-5.0.1.tar.gz", hash =
"sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3"},
@@ -272,7 +272,7 @@ files = [
{file = "attrs-25.3.0-py3-none-any.whl", hash =
"sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3"},
{file = "attrs-25.3.0.tar.gz", hash =
"sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b"},
]
-markers = {main = "python_version == \"3.9\" and extra == \"ray\" or (extra ==
\"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\") and python_version <
\"3.10\" or python_version >= \"3.10\" and (extra == \"ray\" or extra ==
\"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\")"}
+markers = {main = "(extra == \"adlfs\" or extra == \"gcsfs\" or extra ==
\"s3fs\") and (extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\" or
extra == \"ray\")"}
[package.extras]
benchmark = ["cloudpickle ; platform_python_implementation == \"CPython\"",
"hypothesis", "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\"
and python_version >= \"3.10\"", "pympler", "pytest (>=4.3.0)",
"pytest-codspeed", "pytest-mypy-plugins ; platform_python_implementation ==
\"CPython\" and python_version >= \"3.10\"", "pytest-xdist[psutil]"]
@@ -532,7 +532,7 @@ files = [
{file = "boto3-1.39.11-py3-none-any.whl", hash =
"sha256:af8f1dad35eceff7658fab43b39b0f55892b6e3dd12308733521cc24dd2c9a02"},
{file = "boto3-1.39.11.tar.gz", hash =
"sha256:3027edf20642fe1d5f9dc50a420d0fe2733073ed6a9f0f047b60fe08c3682132"},
]
-markers = {main = "extra == \"glue\" or extra == \"dynamodb\" or extra ==
\"rest-sigv4\""}
+markers = {main = "extra == \"dynamodb\" or extra == \"glue\" or extra ==
\"rest-sigv4\""}
[package.dependencies]
botocore = ">=1.39.11,<1.40.0"
@@ -553,7 +553,7 @@ files = [
{file = "botocore-1.39.11-py3-none-any.whl", hash =
"sha256:1545352931a8a186f3e977b1e1a4542d7d434796e274c3c62efd0210b5ea76dc"},
{file = "botocore-1.39.11.tar.gz", hash =
"sha256:953b12909d6799350e346ab038e55b6efe622c616f80aef74d7a6683ffdd972c"},
]
-markers = {main = "extra == \"glue\" or extra == \"dynamodb\" or extra ==
\"rest-sigv4\" or extra == \"s3fs\""}
+markers = {main = "extra == \"dynamodb\" or extra == \"glue\" or extra ==
\"rest-sigv4\" or extra == \"s3fs\""}
[package.dependencies]
jmespath = ">=0.7.1,<2.0.0"
@@ -882,100 +882,100 @@ markers = {main = "platform_system == \"Windows\"", dev
= "platform_system == \"
[[package]]
name = "coverage"
-version = "7.10.3"
+version = "7.10.4"
description = "Code coverage measurement for Python"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
- {file = "coverage-7.10.3-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:53808194afdf948c462215e9403cca27a81cf150d2f9b386aee4dab614ae2ffe"},
- {file = "coverage-7.10.3-cp310-cp310-macosx_11_0_arm64.whl", hash =
"sha256:f4d1b837d1abf72187a61645dbf799e0d7705aa9232924946e1f57eb09a3bf00"},
- {file =
"coverage-7.10.3-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:2a90dd4505d3cc68b847ab10c5ee81822a968b5191664e8a0801778fa60459fa"},
- {file =
"coverage-7.10.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:d52989685ff5bf909c430e6d7f6550937bc6d6f3e6ecb303c97a86100efd4596"},
- {file =
"coverage-7.10.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:bdb558a1d97345bde3a9f4d3e8d11c9e5611f748646e9bb61d7d612a796671b5"},
- {file = "coverage-7.10.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash =
"sha256:c9e6331a8f09cb1fc8bda032752af03c366870b48cce908875ba2620d20d0ad4"},
- {file = "coverage-7.10.3-cp310-cp310-musllinux_1_2_i686.whl", hash =
"sha256:992f48bf35b720e174e7fae916d943599f1a66501a2710d06c5f8104e0756ee1"},
- {file = "coverage-7.10.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash =
"sha256:c5595fc4ad6a39312c786ec3326d7322d0cf10e3ac6a6df70809910026d67cfb"},
- {file = "coverage-7.10.3-cp310-cp310-win32.whl", hash =
"sha256:9e92fa1f2bd5a57df9d00cf9ce1eb4ef6fccca4ceabec1c984837de55329db34"},
- {file = "coverage-7.10.3-cp310-cp310-win_amd64.whl", hash =
"sha256:b96524d6e4a3ce6a75c56bb15dbd08023b0ae2289c254e15b9fbdddf0c577416"},
- {file = "coverage-7.10.3-cp311-cp311-macosx_10_9_x86_64.whl", hash =
"sha256:f2ff2e2afdf0d51b9b8301e542d9c21a8d084fd23d4c8ea2b3a1b3c96f5f7397"},
- {file = "coverage-7.10.3-cp311-cp311-macosx_11_0_arm64.whl", hash =
"sha256:18ecc5d1b9a8c570f6c9b808fa9a2b16836b3dd5414a6d467ae942208b095f85"},
- {file =
"coverage-7.10.3-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:1af4461b25fe92889590d438905e1fc79a95680ec2a1ff69a591bb3fdb6c7157"},
- {file =
"coverage-7.10.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:3966bc9a76b09a40dc6063c8b10375e827ea5dfcaffae402dd65953bef4cba54"},
- {file =
"coverage-7.10.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:205a95b87ef4eb303b7bc5118b47b6b6604a644bcbdb33c336a41cfc0a08c06a"},
- {file = "coverage-7.10.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash =
"sha256:5b3801b79fb2ad61e3c7e2554bab754fc5f105626056980a2b9cf3aef4f13f84"},
- {file = "coverage-7.10.3-cp311-cp311-musllinux_1_2_i686.whl", hash =
"sha256:b0dc69c60224cda33d384572da945759756e3f06b9cdac27f302f53961e63160"},
- {file = "coverage-7.10.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash =
"sha256:a83d4f134bab2c7ff758e6bb1541dd72b54ba295ced6a63d93efc2e20cb9b124"},
- {file = "coverage-7.10.3-cp311-cp311-win32.whl", hash =
"sha256:54e409dd64e5302b2a8fdf44ec1c26f47abd1f45a2dcf67bd161873ee05a59b8"},
- {file = "coverage-7.10.3-cp311-cp311-win_amd64.whl", hash =
"sha256:30c601610a9b23807c5e9e2e442054b795953ab85d525c3de1b1b27cebeb2117"},
- {file = "coverage-7.10.3-cp311-cp311-win_arm64.whl", hash =
"sha256:dabe662312a97958e932dee056f2659051d822552c0b866823e8ba1c2fe64770"},
- {file = "coverage-7.10.3-cp312-cp312-macosx_10_13_x86_64.whl", hash =
"sha256:449c1e2d3a84d18bd204258a897a87bc57380072eb2aded6a5b5226046207b42"},
- {file = "coverage-7.10.3-cp312-cp312-macosx_11_0_arm64.whl", hash =
"sha256:1d4f9ce50b9261ad196dc2b2e9f1fbbee21651b54c3097a25ad783679fd18294"},
- {file =
"coverage-7.10.3-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:4dd4564207b160d0d45c36a10bc0a3d12563028e8b48cd6459ea322302a156d7"},
- {file =
"coverage-7.10.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:5ca3c9530ee072b7cb6a6ea7b640bcdff0ad3b334ae9687e521e59f79b1d0437"},
- {file =
"coverage-7.10.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:b6df359e59fa243c9925ae6507e27f29c46698359f45e568fd51b9315dbbe587"},
- {file = "coverage-7.10.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash =
"sha256:a181e4c2c896c2ff64c6312db3bda38e9ade2e1aa67f86a5628ae85873786cea"},
- {file = "coverage-7.10.3-cp312-cp312-musllinux_1_2_i686.whl", hash =
"sha256:a374d4e923814e8b72b205ef6b3d3a647bb50e66f3558582eda074c976923613"},
- {file = "coverage-7.10.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash =
"sha256:daeefff05993e5e8c6e7499a8508e7bd94502b6b9a9159c84fd1fe6bce3151cb"},
- {file = "coverage-7.10.3-cp312-cp312-win32.whl", hash =
"sha256:187ecdcac21f9636d570e419773df7bd2fda2e7fa040f812e7f95d0bddf5f79a"},
- {file = "coverage-7.10.3-cp312-cp312-win_amd64.whl", hash =
"sha256:4a50ad2524ee7e4c2a95e60d2b0b83283bdfc745fe82359d567e4f15d3823eb5"},
- {file = "coverage-7.10.3-cp312-cp312-win_arm64.whl", hash =
"sha256:c112f04e075d3495fa3ed2200f71317da99608cbb2e9345bdb6de8819fc30571"},
- {file = "coverage-7.10.3-cp313-cp313-macosx_10_13_x86_64.whl", hash =
"sha256:b99e87304ffe0eb97c5308447328a584258951853807afdc58b16143a530518a"},
- {file = "coverage-7.10.3-cp313-cp313-macosx_11_0_arm64.whl", hash =
"sha256:4af09c7574d09afbc1ea7da9dcea23665c01f3bc1b1feb061dac135f98ffc53a"},
- {file =
"coverage-7.10.3-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:488e9b50dc5d2aa9521053cfa706209e5acf5289e81edc28291a24f4e4488f46"},
- {file =
"coverage-7.10.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:913ceddb4289cbba3a310704a424e3fb7aac2bc0c3a23ea473193cb290cf17d4"},
- {file =
"coverage-7.10.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:6b1f91cbc78c7112ab84ed2a8defbccd90f888fcae40a97ddd6466b0bec6ae8a"},
- {file = "coverage-7.10.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash =
"sha256:b0bac054d45af7cd938834b43a9878b36ea92781bcb009eab040a5b09e9927e3"},
- {file = "coverage-7.10.3-cp313-cp313-musllinux_1_2_i686.whl", hash =
"sha256:fe72cbdd12d9e0f4aca873fa6d755e103888a7f9085e4a62d282d9d5b9f7928c"},
- {file = "coverage-7.10.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash =
"sha256:c1e2e927ab3eadd7c244023927d646e4c15c65bb2ac7ae3c3e9537c013700d21"},
- {file = "coverage-7.10.3-cp313-cp313-win32.whl", hash =
"sha256:24d0c13de473b04920ddd6e5da3c08831b1170b8f3b17461d7429b61cad59ae0"},
- {file = "coverage-7.10.3-cp313-cp313-win_amd64.whl", hash =
"sha256:3564aae76bce4b96e2345cf53b4c87e938c4985424a9be6a66ee902626edec4c"},
- {file = "coverage-7.10.3-cp313-cp313-win_arm64.whl", hash =
"sha256:f35580f19f297455f44afcd773c9c7a058e52eb6eb170aa31222e635f2e38b87"},
- {file = "coverage-7.10.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash =
"sha256:07009152f497a0464ffdf2634586787aea0e69ddd023eafb23fc38267db94b84"},
- {file = "coverage-7.10.3-cp313-cp313t-macosx_11_0_arm64.whl", hash =
"sha256:8dd2ba5f0c7e7e8cc418be2f0c14c4d9e3f08b8fb8e4c0f83c2fe87d03eb655e"},
- {file =
"coverage-7.10.3-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:1ae22b97003c74186e034a93e4f946c75fad8c0ce8d92fbbc168b5e15ee2841f"},
- {file =
"coverage-7.10.3-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:eb329f1046888a36b1dc35504d3029e1dd5afe2196d94315d18c45ee380f67d5"},
- {file =
"coverage-7.10.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:ce01048199a91f07f96ca3074b0c14021f4fe7ffd29a3e6a188ac60a5c3a4af8"},
- {file = "coverage-7.10.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash =
"sha256:08b989a06eb9dfacf96d42b7fb4c9a22bafa370d245dc22fa839f2168c6f9fa1"},
- {file = "coverage-7.10.3-cp313-cp313t-musllinux_1_2_i686.whl", hash =
"sha256:669fe0d4e69c575c52148511029b722ba8d26e8a3129840c2ce0522e1452b256"},
- {file = "coverage-7.10.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash =
"sha256:3262d19092771c83f3413831d9904b1ccc5f98da5de4ffa4ad67f5b20c7aaf7b"},
- {file = "coverage-7.10.3-cp313-cp313t-win32.whl", hash =
"sha256:cc0ee4b2ccd42cab7ee6be46d8a67d230cb33a0a7cd47a58b587a7063b6c6b0e"},
- {file = "coverage-7.10.3-cp313-cp313t-win_amd64.whl", hash =
"sha256:03db599f213341e2960430984e04cf35fb179724e052a3ee627a068653cf4a7c"},
- {file = "coverage-7.10.3-cp313-cp313t-win_arm64.whl", hash =
"sha256:46eae7893ba65f53c71284585a262f083ef71594f05ec5c85baf79c402369098"},
- {file = "coverage-7.10.3-cp314-cp314-macosx_10_13_x86_64.whl", hash =
"sha256:bce8b8180912914032785850d8f3aacb25ec1810f5f54afc4a8b114e7a9b55de"},
- {file = "coverage-7.10.3-cp314-cp314-macosx_11_0_arm64.whl", hash =
"sha256:07790b4b37d56608536f7c1079bd1aa511567ac2966d33d5cec9cf520c50a7c8"},
- {file =
"coverage-7.10.3-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:e79367ef2cd9166acedcbf136a458dfe9a4a2dd4d1ee95738fb2ee581c56f667"},
- {file =
"coverage-7.10.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:419d2a0f769f26cb1d05e9ccbc5eab4cb5d70231604d47150867c07822acbdf4"},
- {file =
"coverage-7.10.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:ee221cf244757cdc2ac882e3062ab414b8464ad9c884c21e878517ea64b3fa26"},
- {file = "coverage-7.10.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash =
"sha256:c2079d8cdd6f7373d628e14b3357f24d1db02c9dc22e6a007418ca7a2be0435a"},
- {file = "coverage-7.10.3-cp314-cp314-musllinux_1_2_i686.whl", hash =
"sha256:bd8df1f83c0703fa3ca781b02d36f9ec67ad9cb725b18d486405924f5e4270bd"},
- {file = "coverage-7.10.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash =
"sha256:6b4e25e0fa335c8aa26e42a52053f3786a61cc7622b4d54ae2dad994aa754fec"},
- {file = "coverage-7.10.3-cp314-cp314-win32.whl", hash =
"sha256:d7c3d02c2866deb217dce664c71787f4b25420ea3eaf87056f44fb364a3528f5"},
- {file = "coverage-7.10.3-cp314-cp314-win_amd64.whl", hash =
"sha256:9c8916d44d9e0fe6cdb2227dc6b0edd8bc6c8ef13438bbbf69af7482d9bb9833"},
- {file = "coverage-7.10.3-cp314-cp314-win_arm64.whl", hash =
"sha256:1007d6a2b3cf197c57105cc1ba390d9ff7f0bee215ced4dea530181e49c65ab4"},
- {file = "coverage-7.10.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash =
"sha256:ebc8791d346410d096818788877d675ca55c91db87d60e8f477bd41c6970ffc6"},
- {file = "coverage-7.10.3-cp314-cp314t-macosx_11_0_arm64.whl", hash =
"sha256:1f4e4d8e75f6fd3c6940ebeed29e3d9d632e1f18f6fb65d33086d99d4d073241"},
- {file =
"coverage-7.10.3-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:24581ed69f132b6225a31b0228ae4885731cddc966f8a33fe5987288bdbbbd5e"},
- {file =
"coverage-7.10.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:ec151569ddfccbf71bac8c422dce15e176167385a00cd86e887f9a80035ce8a5"},
- {file =
"coverage-7.10.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:2ae8e7c56290b908ee817200c0b65929b8050bc28530b131fe7c6dfee3e7d86b"},
- {file = "coverage-7.10.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash =
"sha256:5fb742309766d7e48e9eb4dc34bc95a424707bc6140c0e7d9726e794f11b92a0"},
- {file = "coverage-7.10.3-cp314-cp314t-musllinux_1_2_i686.whl", hash =
"sha256:c65e2a5b32fbe1e499f1036efa6eb9cb4ea2bf6f7168d0e7a5852f3024f471b1"},
- {file = "coverage-7.10.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash =
"sha256:d48d2cb07d50f12f4f18d2bb75d9d19e3506c26d96fffabf56d22936e5ed8f7c"},
- {file = "coverage-7.10.3-cp314-cp314t-win32.whl", hash =
"sha256:dec0d9bc15ee305e09fe2cd1911d3f0371262d3cfdae05d79515d8cb712b4869"},
- {file = "coverage-7.10.3-cp314-cp314t-win_amd64.whl", hash =
"sha256:424ea93a323aa0f7f01174308ea78bde885c3089ec1bef7143a6d93c3e24ef64"},
- {file = "coverage-7.10.3-cp314-cp314t-win_arm64.whl", hash =
"sha256:f5983c132a62d93d71c9ef896a0b9bf6e6828d8d2ea32611f58684fba60bba35"},
- {file = "coverage-7.10.3-cp39-cp39-macosx_10_9_x86_64.whl", hash =
"sha256:da749daa7e141985487e1ff90a68315b0845930ed53dc397f4ae8f8bab25b551"},
- {file = "coverage-7.10.3-cp39-cp39-macosx_11_0_arm64.whl", hash =
"sha256:f3126fb6a47d287f461d9b1aa5d1a8c97034d1dffb4f452f2cf211289dae74ef"},
- {file =
"coverage-7.10.3-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:3da794db13cc27ca40e1ec8127945b97fab78ba548040047d54e7bfa6d442dca"},
- {file =
"coverage-7.10.3-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:4e27bebbd184ef8d1c1e092b74a2b7109dcbe2618dce6e96b1776d53b14b3fe8"},
- {file =
"coverage-7.10.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:8fd4ee2580b9fefbd301b4f8f85b62ac90d1e848bea54f89a5748cf132782118"},
- {file = "coverage-7.10.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash =
"sha256:6999920bdd73259ce11cabfc1307484f071ecc6abdb2ca58d98facbcefc70f16"},
- {file = "coverage-7.10.3-cp39-cp39-musllinux_1_2_i686.whl", hash =
"sha256:c3623f929db885fab100cb88220a5b193321ed37e03af719efdbaf5d10b6e227"},
- {file = "coverage-7.10.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash =
"sha256:25b902c5e15dea056485d782e420bb84621cc08ee75d5131ecb3dbef8bd1365f"},
- {file = "coverage-7.10.3-cp39-cp39-win32.whl", hash =
"sha256:f930a4d92b004b643183451fe9c8fe398ccf866ed37d172ebaccfd443a097f61"},
- {file = "coverage-7.10.3-cp39-cp39-win_amd64.whl", hash =
"sha256:08e638a93c8acba13c7842953f92a33d52d73e410329acd472280d2a21a6c0e1"},
- {file = "coverage-7.10.3-py3-none-any.whl", hash =
"sha256:416a8d74dc0adfd33944ba2f405897bab87b7e9e84a391e09d241956bd953ce1"},
- {file = "coverage-7.10.3.tar.gz", hash =
"sha256:812ba9250532e4a823b070b0420a36499859542335af3dca8f47fc6aa1a05619"},
+ {file = "coverage-7.10.4-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:d92d6edb0ccafd20c6fbf9891ca720b39c2a6a4b4a6f9cf323ca2c986f33e475"},
+ {file = "coverage-7.10.4-cp310-cp310-macosx_11_0_arm64.whl", hash =
"sha256:7202da14dc0236884fcc45665ffb2d79d4991a53fbdf152ab22f69f70923cc22"},
+ {file =
"coverage-7.10.4-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:ada418633ae24ec8d0fcad5efe6fc7aa3c62497c6ed86589e57844ad04365674"},
+ {file =
"coverage-7.10.4-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:b828e33eca6c3322adda3b5884456f98c435182a44917ded05005adfa1415500"},
+ {file =
"coverage-7.10.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:802793ba397afcfdbe9f91f89d65ae88b958d95edc8caf948e1f47d8b6b2b606"},
+ {file = "coverage-7.10.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash =
"sha256:d0b23512338c54101d3bf7a1ab107d9d75abda1d5f69bc0887fd079253e4c27e"},
+ {file = "coverage-7.10.4-cp310-cp310-musllinux_1_2_i686.whl", hash =
"sha256:f36b7dcf72d06a8c5e2dd3aca02be2b1b5db5f86404627dff834396efce958f2"},
+ {file = "coverage-7.10.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash =
"sha256:fce316c367a1dc2c411821365592eeb335ff1781956d87a0410eae248188ba51"},
+ {file = "coverage-7.10.4-cp310-cp310-win32.whl", hash =
"sha256:8c5dab29fc8070b3766b5fc85f8d89b19634584429a2da6d42da5edfadaf32ae"},
+ {file = "coverage-7.10.4-cp310-cp310-win_amd64.whl", hash =
"sha256:4b0d114616f0fccb529a1817457d5fb52a10e106f86c5fb3b0bd0d45d0d69b93"},
+ {file = "coverage-7.10.4-cp311-cp311-macosx_10_9_x86_64.whl", hash =
"sha256:05d5f98ec893d4a2abc8bc5f046f2f4367404e7e5d5d18b83de8fde1093ebc4f"},
+ {file = "coverage-7.10.4-cp311-cp311-macosx_11_0_arm64.whl", hash =
"sha256:9267efd28f8994b750d171e58e481e3bbd69e44baed540e4c789f8e368b24b88"},
+ {file =
"coverage-7.10.4-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:4456a039fdc1a89ea60823d0330f1ac6f97b0dbe9e2b6fb4873e889584b085fb"},
+ {file =
"coverage-7.10.4-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:c2bfbd2a9f7e68a21c5bd191be94bfdb2691ac40d325bac9ef3ae45ff5c753d9"},
+ {file =
"coverage-7.10.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:0ab7765f10ae1df7e7fe37de9e64b5a269b812ee22e2da3f84f97b1c7732a0d8"},
+ {file = "coverage-7.10.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash =
"sha256:0a09b13695166236e171ec1627ff8434b9a9bae47528d0ba9d944c912d33b3d2"},
+ {file = "coverage-7.10.4-cp311-cp311-musllinux_1_2_i686.whl", hash =
"sha256:5c9e75dfdc0167d5675e9804f04a56b2cf47fb83a524654297000b578b8adcb7"},
+ {file = "coverage-7.10.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash =
"sha256:c751261bfe6481caba15ec005a194cb60aad06f29235a74c24f18546d8377df0"},
+ {file = "coverage-7.10.4-cp311-cp311-win32.whl", hash =
"sha256:051c7c9e765f003c2ff6e8c81ccea28a70fb5b0142671e4e3ede7cebd45c80af"},
+ {file = "coverage-7.10.4-cp311-cp311-win_amd64.whl", hash =
"sha256:1a647b152f10be08fb771ae4a1421dbff66141e3d8ab27d543b5eb9ea5af8e52"},
+ {file = "coverage-7.10.4-cp311-cp311-win_arm64.whl", hash =
"sha256:b09b9e4e1de0d406ca9f19a371c2beefe3193b542f64a6dd40cfcf435b7d6aa0"},
+ {file = "coverage-7.10.4-cp312-cp312-macosx_10_13_x86_64.whl", hash =
"sha256:a1f0264abcabd4853d4cb9b3d164adbf1565da7dab1da1669e93f3ea60162d79"},
+ {file = "coverage-7.10.4-cp312-cp312-macosx_11_0_arm64.whl", hash =
"sha256:536cbe6b118a4df231b11af3e0f974a72a095182ff8ec5f4868c931e8043ef3e"},
+ {file =
"coverage-7.10.4-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:9a4c0d84134797b7bf3f080599d0cd501471f6c98b715405166860d79cfaa97e"},
+ {file =
"coverage-7.10.4-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:7c155fc0f9cee8c9803ea0ad153ab6a3b956baa5d4cd993405dc0b45b2a0b9e0"},
+ {file =
"coverage-7.10.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:0a5f2ab6e451d4b07855d8bcf063adf11e199bff421a4ba57f5bb95b7444ca62"},
+ {file = "coverage-7.10.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash =
"sha256:685b67d99b945b0c221be0780c336b303a7753b3e0ec0d618c795aada25d5e7a"},
+ {file = "coverage-7.10.4-cp312-cp312-musllinux_1_2_i686.whl", hash =
"sha256:0c079027e50c2ae44da51c2e294596cbc9dbb58f7ca45b30651c7e411060fc23"},
+ {file = "coverage-7.10.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash =
"sha256:3749aa72b93ce516f77cf5034d8e3c0dfd45c6e8a163a602ede2dc5f9a0bb927"},
+ {file = "coverage-7.10.4-cp312-cp312-win32.whl", hash =
"sha256:fecb97b3a52fa9bcd5a7375e72fae209088faf671d39fae67261f37772d5559a"},
+ {file = "coverage-7.10.4-cp312-cp312-win_amd64.whl", hash =
"sha256:26de58f355626628a21fe6a70e1e1fad95702dafebfb0685280962ae1449f17b"},
+ {file = "coverage-7.10.4-cp312-cp312-win_arm64.whl", hash =
"sha256:67e8885408f8325198862bc487038a4980c9277d753cb8812510927f2176437a"},
+ {file = "coverage-7.10.4-cp313-cp313-macosx_10_13_x86_64.whl", hash =
"sha256:2b8e1d2015d5dfdbf964ecef12944c0c8c55b885bb5c0467ae8ef55e0e151233"},
+ {file = "coverage-7.10.4-cp313-cp313-macosx_11_0_arm64.whl", hash =
"sha256:25735c299439018d66eb2dccf54f625aceb78645687a05f9f848f6e6c751e169"},
+ {file =
"coverage-7.10.4-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:715c06cb5eceac4d9b7cdf783ce04aa495f6aff657543fea75c30215b28ddb74"},
+ {file =
"coverage-7.10.4-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:e017ac69fac9aacd7df6dc464c05833e834dc5b00c914d7af9a5249fcccf07ef"},
+ {file =
"coverage-7.10.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:bad180cc40b3fccb0f0e8c702d781492654ac2580d468e3ffc8065e38c6c2408"},
+ {file = "coverage-7.10.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash =
"sha256:becbdcd14f685fada010a5f792bf0895675ecf7481304fe159f0cd3f289550bd"},
+ {file = "coverage-7.10.4-cp313-cp313-musllinux_1_2_i686.whl", hash =
"sha256:0b485ca21e16a76f68060911f97ebbe3e0d891da1dbbce6af7ca1ab3f98b9097"},
+ {file = "coverage-7.10.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash =
"sha256:6c1d098ccfe8e1e0a1ed9a0249138899948afd2978cbf48eb1cc3fcd38469690"},
+ {file = "coverage-7.10.4-cp313-cp313-win32.whl", hash =
"sha256:8630f8af2ca84b5c367c3df907b1706621abe06d6929f5045fd628968d421e6e"},
+ {file = "coverage-7.10.4-cp313-cp313-win_amd64.whl", hash =
"sha256:f68835d31c421736be367d32f179e14ca932978293fe1b4c7a6a49b555dff5b2"},
+ {file = "coverage-7.10.4-cp313-cp313-win_arm64.whl", hash =
"sha256:6eaa61ff6724ca7ebc5326d1fae062d85e19b38dd922d50903702e6078370ae7"},
+ {file = "coverage-7.10.4-cp313-cp313t-macosx_10_13_x86_64.whl", hash =
"sha256:702978108876bfb3d997604930b05fe769462cc3000150b0e607b7b444f2fd84"},
+ {file = "coverage-7.10.4-cp313-cp313t-macosx_11_0_arm64.whl", hash =
"sha256:e8f978e8c5521d9c8f2086ac60d931d583fab0a16f382f6eb89453fe998e2484"},
+ {file =
"coverage-7.10.4-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:df0ac2ccfd19351411c45e43ab60932b74472e4648b0a9edf6a3b58846e246a9"},
+ {file =
"coverage-7.10.4-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:73a0d1aaaa3796179f336448e1576a3de6fc95ff4f07c2d7251d4caf5d18cf8d"},
+ {file =
"coverage-7.10.4-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:873da6d0ed6b3ffc0bc01f2c7e3ad7e2023751c0d8d86c26fe7322c314b031dc"},
+ {file = "coverage-7.10.4-cp313-cp313t-musllinux_1_2_aarch64.whl", hash =
"sha256:c6446c75b0e7dda5daa876a1c87b480b2b52affb972fedd6c22edf1aaf2e00ec"},
+ {file = "coverage-7.10.4-cp313-cp313t-musllinux_1_2_i686.whl", hash =
"sha256:6e73933e296634e520390c44758d553d3b573b321608118363e52113790633b9"},
+ {file = "coverage-7.10.4-cp313-cp313t-musllinux_1_2_x86_64.whl", hash =
"sha256:52073d4b08d2cb571234c8a71eb32af3c6923149cf644a51d5957ac128cf6aa4"},
+ {file = "coverage-7.10.4-cp313-cp313t-win32.whl", hash =
"sha256:e24afb178f21f9ceb1aefbc73eb524769aa9b504a42b26857243f881af56880c"},
+ {file = "coverage-7.10.4-cp313-cp313t-win_amd64.whl", hash =
"sha256:be04507ff1ad206f4be3d156a674e3fb84bbb751ea1b23b142979ac9eebaa15f"},
+ {file = "coverage-7.10.4-cp313-cp313t-win_arm64.whl", hash =
"sha256:f3e3ff3f69d02b5dad67a6eac68cc9c71ae343b6328aae96e914f9f2f23a22e2"},
+ {file = "coverage-7.10.4-cp314-cp314-macosx_10_13_x86_64.whl", hash =
"sha256:a59fe0af7dd7211ba595cf7e2867458381f7e5d7b4cffe46274e0b2f5b9f4eb4"},
+ {file = "coverage-7.10.4-cp314-cp314-macosx_11_0_arm64.whl", hash =
"sha256:3a6c35c5b70f569ee38dc3350cd14fdd0347a8b389a18bb37538cc43e6f730e6"},
+ {file =
"coverage-7.10.4-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:acb7baf49f513554c4af6ef8e2bd6e8ac74e6ea0c7386df8b3eb586d82ccccc4"},
+ {file =
"coverage-7.10.4-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:a89afecec1ed12ac13ed203238b560cbfad3522bae37d91c102e690b8b1dc46c"},
+ {file =
"coverage-7.10.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:480442727f464407d8ade6e677b7f21f3b96a9838ab541b9a28ce9e44123c14e"},
+ {file = "coverage-7.10.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash =
"sha256:a89bf193707f4a17f1ed461504031074d87f035153239f16ce86dfb8f8c7ac76"},
+ {file = "coverage-7.10.4-cp314-cp314-musllinux_1_2_i686.whl", hash =
"sha256:3ddd912c2fc440f0fb3229e764feec85669d5d80a988ff1b336a27d73f63c818"},
+ {file = "coverage-7.10.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash =
"sha256:8a538944ee3a42265e61c7298aeba9ea43f31c01271cf028f437a7b4075592cf"},
+ {file = "coverage-7.10.4-cp314-cp314-win32.whl", hash =
"sha256:fd2e6002be1c62476eb862b8514b1ba7e7684c50165f2a8d389e77da6c9a2ebd"},
+ {file = "coverage-7.10.4-cp314-cp314-win_amd64.whl", hash =
"sha256:ec113277f2b5cf188d95fb66a65c7431f2b9192ee7e6ec9b72b30bbfb53c244a"},
+ {file = "coverage-7.10.4-cp314-cp314-win_arm64.whl", hash =
"sha256:9744954bfd387796c6a091b50d55ca7cac3d08767795b5eec69ad0f7dbf12d38"},
+ {file = "coverage-7.10.4-cp314-cp314t-macosx_10_13_x86_64.whl", hash =
"sha256:5af4829904dda6aabb54a23879f0f4412094ba9ef153aaa464e3c1b1c9bc98e6"},
+ {file = "coverage-7.10.4-cp314-cp314t-macosx_11_0_arm64.whl", hash =
"sha256:7bba5ed85e034831fac761ae506c0644d24fd5594727e174b5a73aff343a7508"},
+ {file =
"coverage-7.10.4-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:d57d555b0719834b55ad35045de6cc80fc2b28e05adb6b03c98479f9553b387f"},
+ {file =
"coverage-7.10.4-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:ba62c51a72048bb1ea72db265e6bd8beaabf9809cd2125bbb5306c6ce105f214"},
+ {file =
"coverage-7.10.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:0acf0c62a6095f07e9db4ec365cc58c0ef5babb757e54745a1aa2ea2a2564af1"},
+ {file = "coverage-7.10.4-cp314-cp314t-musllinux_1_2_aarch64.whl", hash =
"sha256:e1033bf0f763f5cf49ffe6594314b11027dcc1073ac590b415ea93463466deec"},
+ {file = "coverage-7.10.4-cp314-cp314t-musllinux_1_2_i686.whl", hash =
"sha256:92c29eff894832b6a40da1789b1f252305af921750b03ee4535919db9179453d"},
+ {file = "coverage-7.10.4-cp314-cp314t-musllinux_1_2_x86_64.whl", hash =
"sha256:822c4c830989c2093527e92acd97be4638a44eb042b1bdc0e7a278d84a070bd3"},
+ {file = "coverage-7.10.4-cp314-cp314t-win32.whl", hash =
"sha256:e694d855dac2e7cf194ba33653e4ba7aad7267a802a7b3fc4347d0517d5d65cd"},
+ {file = "coverage-7.10.4-cp314-cp314t-win_amd64.whl", hash =
"sha256:efcc54b38ef7d5bfa98050f220b415bc5bb3d432bd6350a861cf6da0ede2cdcd"},
+ {file = "coverage-7.10.4-cp314-cp314t-win_arm64.whl", hash =
"sha256:6f3a3496c0fa26bfac4ebc458747b778cff201c8ae94fa05e1391bab0dbc473c"},
+ {file = "coverage-7.10.4-cp39-cp39-macosx_10_9_x86_64.whl", hash =
"sha256:48fd4d52600c2a9d5622e52dfae674a7845c5e1dceaf68b88c99feb511fbcfd6"},
+ {file = "coverage-7.10.4-cp39-cp39-macosx_11_0_arm64.whl", hash =
"sha256:56217b470d09d69e6b7dcae38200f95e389a77db801cb129101697a4553b18b6"},
+ {file =
"coverage-7.10.4-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
hash =
"sha256:44ac3f21a6e28c5ff7f7a47bca5f87885f6a1e623e637899125ba47acd87334d"},
+ {file =
"coverage-7.10.4-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
hash =
"sha256:3387739d72c84d17b4d2f7348749cac2e6700e7152026912b60998ee9a40066b"},
+ {file =
"coverage-7.10.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
hash =
"sha256:3f111ff20d9a6348e0125be892608e33408dd268f73b020940dfa8511ad05503"},
+ {file = "coverage-7.10.4-cp39-cp39-musllinux_1_2_aarch64.whl", hash =
"sha256:01a852f0a9859734b018a3f483cc962d0b381d48d350b1a0c47d618c73a0c398"},
+ {file = "coverage-7.10.4-cp39-cp39-musllinux_1_2_i686.whl", hash =
"sha256:225111dd06759ba4e37cee4c0b4f3df2b15c879e9e3c37bf986389300b9917c3"},
+ {file = "coverage-7.10.4-cp39-cp39-musllinux_1_2_x86_64.whl", hash =
"sha256:2178d4183bd1ba608f0bb12e71e55838ba1b7dbb730264f8b08de9f8ef0c27d0"},
+ {file = "coverage-7.10.4-cp39-cp39-win32.whl", hash =
"sha256:93d175fe81913aee7a6ea430abbdf2a79f1d9fd451610e12e334e4fe3264f563"},
+ {file = "coverage-7.10.4-cp39-cp39-win_amd64.whl", hash =
"sha256:2221a823404bb941c7721cf0ef55ac6ee5c25d905beb60c0bba5e5e85415d353"},
+ {file = "coverage-7.10.4-py3-none-any.whl", hash =
"sha256:065d75447228d05121e5c938ca8f0e91eed60a1eb2d1258d42d5084fecfc3302"},
+ {file = "coverage-7.10.4.tar.gz", hash =
"sha256:25f5130af6c8e7297fd14634955ba9e1697f47143f289e2a23284177c0061d27"},
]
[package.dependencies]
@@ -1534,7 +1534,7 @@ files = [
{file = "filelock-3.18.0-py3-none-any.whl", hash =
"sha256:c401f4f8377c4464e6db25fff06205fd89bdd83b65eb0488ed1b160f780e21de"},
{file = "filelock-3.18.0.tar.gz", hash =
"sha256:adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2"},
]
-markers = {main = "python_version == \"3.9\" and (extra == \"ray\" or extra ==
\"hf\") or extra == \"hf\" or extra == \"ray\""}
+markers = {main = "extra == \"ray\" or extra == \"hf\""}
[package.extras]
docs = ["furo (>=2024.8.6)", "sphinx (>=8.1.3)", "sphinx-autodoc-typehints
(>=3)"]
@@ -1589,7 +1589,7 @@ description = "A list-like structure which implements
collections.abc.MutableSeq
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "python_version == \"3.9\" and extra == \"ray\" or (extra ==
\"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\") and python_version <
\"3.10\" or python_version >= \"3.10\" and (extra == \"ray\" or extra ==
\"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\")"
+markers = "(extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\") and
(extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\" or extra ==
\"ray\")"
files = [
{file = "frozenlist-1.7.0-cp310-cp310-macosx_10_9_universal2.whl", hash =
"sha256:cc4df77d638aa2ed703b878dd093725b72a824c3c546c076e8fdf276f78ee84a"},
{file = "frozenlist-1.7.0-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:716a9973a2cc963160394f701964fe25012600f3d311f60c790400b00e568b61"},
@@ -1817,7 +1817,7 @@ description = "Google Authentication Library"
optional = true
python-versions = ">=3.7"
groups = ["main"]
-markers = "extra == \"gcp-auth\" or extra == \"gcsfs\""
+markers = "extra == \"gcsfs\" or extra == \"gcp-auth\""
files = [
{file = "google_auth-2.40.3-py2.py3-none-any.whl", hash =
"sha256:1370d4593e86213563547f97a92752fc658456fe4514c809544f330fed45a7ca"},
{file = "google_auth-2.40.3.tar.gz", hash =
"sha256:500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77"},
@@ -2338,7 +2338,7 @@ files = [
{file = "jmespath-1.0.1-py3-none-any.whl", hash =
"sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980"},
{file = "jmespath-1.0.1.tar.gz", hash =
"sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"},
]
-markers = {main = "extra == \"glue\" or extra == \"dynamodb\" or extra ==
\"rest-sigv4\" or extra == \"s3fs\""}
+markers = {main = "extra == \"dynamodb\" or extra == \"glue\" or extra ==
\"rest-sigv4\" or extra == \"s3fs\""}
[[package]]
name = "joserfc"
@@ -3232,7 +3232,7 @@ description = "multidict implementation"
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "extra == \"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\""
+markers = "extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\""
files = [
{file = "multidict-6.6.3-cp310-cp310-macosx_10_9_universal2.whl", hash =
"sha256:a2be5b7b35271f7fff1397204ba6708365e3d773579fe2a30625e16c4b4ce817"},
{file = "multidict-6.6.3-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:12f4581d2930840295c461764b9a65732ec01250b46c6b2c510d7ee68872b140"},
@@ -3549,7 +3549,7 @@ description = "Fundamental package for array computing in
Python"
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "python_version < \"3.10\" and (extra == \"pandas\" or extra ==
\"ray\" or extra == \"bodo\")"
+markers = "python_version < \"3.10\" and (extra == \"bodo\" or extra ==
\"pandas\" or extra == \"ray\")"
files = [
{file = "numpy-2.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:51129a29dbe56f9ca83438b706e2e69a39892b5eda6cedcb6b0c9fdc9b0d3ece"},
{file = "numpy-2.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash =
"sha256:f15975dfec0cf2239224d80e32c3170b1d168335eaedee69da84fbe9f1f9cd04"},
@@ -3605,7 +3605,7 @@ description = "Fundamental package for array computing in
Python"
optional = true
python-versions = ">=3.10"
groups = ["main"]
-markers = "python_version >= \"3.10\" and (extra == \"pandas\" or extra ==
\"ray\" or extra == \"bodo\")"
+markers = "python_version >= \"3.10\" and (extra == \"bodo\" or extra ==
\"pandas\" or extra == \"ray\")"
files = [
{file = "numpy-2.2.6-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:b412caa66f72040e6d268491a59f2c43bf03eb6c96dd8f0307829feb7fa2b6fb"},
{file = "numpy-2.2.6-cp310-cp310-macosx_11_0_arm64.whl", hash =
"sha256:8e41fd67c52b86603a91c1a505ebaef50b3314de0213461c7a6e99c9a3beff90"},
@@ -3728,7 +3728,7 @@ files = [
{file = "packaging-25.0-py3-none-any.whl", hash =
"sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"},
{file = "packaging-25.0.tar.gz", hash =
"sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"},
]
-markers = {main = "python_version == \"3.9\" and (extra == \"ray\" or extra ==
\"hf\") or extra == \"hf\" or extra == \"ray\""}
+markers = {main = "extra == \"ray\" or extra == \"hf\""}
[[package]]
name = "paginate"
@@ -3753,7 +3753,7 @@ description = "Powerful data structures for data
analysis, time series, and stat
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "extra == \"pandas\" or extra == \"ray\" or extra == \"bodo\""
+markers = "extra == \"bodo\" or extra == \"pandas\" or extra == \"ray\""
files = [
{file = "pandas-2.3.1-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:22c2e866f7209ebc3a8f08d75766566aae02bcc91d196935a1d9e59c7b990ac9"},
{file = "pandas-2.3.1-cp310-cp310-macosx_11_0_arm64.whl", hash =
"sha256:3583d348546201aff730c8c47e49bc159833f971c2899d6097bce68b9112a4f1"},
@@ -3802,8 +3802,8 @@ files = [
[package.dependencies]
numpy = [
{version = ">=1.22.4", markers = "python_version < \"3.11\""},
- {version = ">=1.26.0", markers = "python_version >= \"3.12\""},
{version = ">=1.23.2", markers = "python_version == \"3.11\""},
+ {version = ">=1.26.0", markers = "python_version >= \"3.12\""},
]
python-dateutil = ">=2.8.2"
pytz = ">=2020.1"
@@ -3974,7 +3974,7 @@ description = "Accelerated property cache"
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "extra == \"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\""
+markers = "extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\""
files = [
{file = "propcache-0.3.2-cp310-cp310-macosx_10_9_universal2.whl", hash =
"sha256:22d9962a358aedbb7a2e36187ff273adeaab9743373a272976d2e348d08c7770"},
{file = "propcache-0.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:0d0fda578d1dc3f77b6b5a5dce3b9ad69a8250a891760a548df850a5e8da87f3"},
@@ -4102,7 +4102,7 @@ description = ""
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "python_version == \"3.9\" and (extra == \"ray\" or extra ==
\"gcsfs\") or extra == \"gcsfs\" or extra == \"ray\""
+markers = "extra == \"ray\" or extra == \"gcsfs\""
files = [
{file = "protobuf-6.31.1-cp310-abi3-win32.whl", hash =
"sha256:7fa17d5a29c2e04b7d90e5e32388b8bfd0e7107cd8e616feef7ed3fa6bdab5c9"},
{file = "protobuf-6.31.1-cp310-abi3-win_amd64.whl", hash =
"sha256:426f59d2964864a1a366254fa703b8632dcec0790d8862d30034d8245e1cd447"},
@@ -4269,7 +4269,7 @@ description = "Python library for Apache Arrow"
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "extra == \"pyarrow\" or extra == \"pandas\" or extra == \"duckdb\"
or extra == \"ray\" or extra == \"bodo\" or extra == \"daft\" or extra ==
\"datafusion\""
+markers = "extra == \"bodo\" or extra == \"daft\" or extra == \"datafusion\"
or extra == \"duckdb\" or extra == \"pandas\" or extra == \"pyarrow\" or extra
== \"ray\""
files = [
{file = "pyarrow-19.0.1-cp310-cp310-macosx_12_0_arm64.whl", hash =
"sha256:fc28912a2dc924dddc2087679cc8b7263accc71b9ff025a1362b004711661a69"},
{file = "pyarrow-19.0.1-cp310-cp310-macosx_12_0_x86_64.whl", hash =
"sha256:fca15aabbe9b8355800d923cc2e82c8ef514af321e18b437c3d782aa884eaeec"},
@@ -4325,7 +4325,7 @@ description = "Pure-Python implementation of ASN.1 types
and DER/BER/CER codecs
optional = true
python-versions = ">=3.8"
groups = ["main"]
-markers = "extra == \"gcp-auth\" or extra == \"gcsfs\""
+markers = "extra == \"gcsfs\" or extra == \"gcp-auth\""
files = [
{file = "pyasn1-0.6.1-py3-none-any.whl", hash =
"sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629"},
{file = "pyasn1-0.6.1.tar.gz", hash =
"sha256:6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034"},
@@ -4338,7 +4338,7 @@ description = "A collection of ASN.1-based protocols
modules"
optional = true
python-versions = ">=3.8"
groups = ["main"]
-markers = "extra == \"gcp-auth\" or extra == \"gcsfs\""
+markers = "extra == \"gcsfs\" or extra == \"gcp-auth\""
files = [
{file = "pyasn1_modules-0.4.2-py3-none-any.whl", hash =
"sha256:29253a9207ce32b64c3ac6600edc75368f98473906e8fd1043bd6b5b1de2c14a"},
{file = "pyasn1_modules-0.4.2.tar.gz", hash =
"sha256:677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6"},
@@ -4823,7 +4823,7 @@ description = "World timezone definitions, modern and
historical"
optional = true
python-versions = "*"
groups = ["main"]
-markers = "extra == \"pandas\" or extra == \"ray\" or extra == \"bodo\""
+markers = "extra == \"bodo\" or extra == \"pandas\" or extra == \"ray\""
files = [
{file = "pytz-2025.2-py2.py3-none-any.whl", hash =
"sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"},
{file = "pytz-2025.2.tar.gz", hash =
"sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"},
@@ -4922,7 +4922,7 @@ files = [
{file = "PyYAML-6.0.2-cp39-cp39-win_amd64.whl", hash =
"sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8"},
{file = "pyyaml-6.0.2.tar.gz", hash =
"sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"},
]
-markers = {main = "python_version == \"3.9\" and (extra == \"ray\" or extra ==
\"hf\") or extra == \"hf\" or extra == \"ray\""}
+markers = {main = "extra == \"ray\" or extra == \"hf\""}
[[package]]
name = "pyyaml-env-tag"
@@ -5413,7 +5413,7 @@ description = "Pure-Python RSA implementation"
optional = true
python-versions = "<4,>=3.6"
groups = ["main"]
-markers = "extra == \"gcp-auth\" or extra == \"gcsfs\""
+markers = "extra == \"gcsfs\" or extra == \"gcp-auth\""
files = [
{file = "rsa-4.9.1-py3-none-any.whl", hash =
"sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762"},
{file = "rsa-4.9.1.tar.gz", hash =
"sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75"},
@@ -5455,7 +5455,7 @@ files = [
{file = "s3transfer-0.13.0-py3-none-any.whl", hash =
"sha256:0148ef34d6dd964d0d8cf4311b2b21c474693e57c2e069ec708ce043d2b527be"},
{file = "s3transfer-0.13.0.tar.gz", hash =
"sha256:f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177"},
]
-markers = {main = "extra == \"glue\" or extra == \"dynamodb\" or extra ==
\"rest-sigv4\""}
+markers = {main = "extra == \"dynamodb\" or extra == \"glue\" or extra ==
\"rest-sigv4\""}
[package.dependencies]
botocore = ">=1.37.4,<2.0a.0"
@@ -5887,7 +5887,7 @@ description = "Fast, Extensible Progress Meter"
optional = true
python-versions = ">=3.7"
groups = ["main"]
-markers = "extra == \"hf\" or extra == \"daft\""
+markers = "extra == \"daft\" or extra == \"hf\""
files = [
{file = "tqdm-4.67.1-py3-none-any.whl", hash =
"sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2"},
{file = "tqdm-4.67.1.tar.gz", hash =
"sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2"},
@@ -5938,7 +5938,7 @@ description = "Provider of IANA time zone data"
optional = true
python-versions = ">=2"
groups = ["main"]
-markers = "extra == \"pandas\" or extra == \"ray\" or extra == \"bodo\""
+markers = "extra == \"bodo\" or extra == \"pandas\" or extra == \"ray\""
files = [
{file = "tzdata-2025.2-py2.py3-none-any.whl", hash =
"sha256:1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8"},
{file = "tzdata-2025.2.tar.gz", hash =
"sha256:b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9"},
@@ -6172,7 +6172,7 @@ description = "Yet another URL library"
optional = true
python-versions = ">=3.9"
groups = ["main"]
-markers = "extra == \"s3fs\" or extra == \"adlfs\" or extra == \"gcsfs\""
+markers = "extra == \"adlfs\" or extra == \"gcsfs\" or extra == \"s3fs\""
files = [
{file = "yarl-1.20.1-cp310-cp310-macosx_10_9_universal2.whl", hash =
"sha256:6032e6da6abd41e4acda34d75a816012717000fa6839f37124a47fcefc49bec4"},
{file = "yarl-1.20.1-cp310-cp310-macosx_10_9_x86_64.whl", hash =
"sha256:2c7b34d804b8cf9b214f05015c4fee2ebe7ed05cf581e7192c06555c71f4446a"},