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 456aabde3 Build: Bump click from 8.3.0 to 8.3.1 (#2762)
456aabde3 is described below
commit 456aabde306fa92de2ba1506597740a5030c79fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 17 19:12:29 2025 -0800
Build: Bump click from 8.3.0 to 8.3.1 (#2762)
Bumps [click](https://github.com/pallets/click) from 8.3.0 to 8.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pallets/click/releases">click's
releases</a>.</em></p>
<blockquote>
<h2>8.3.1</h2>
<p>This is the Click 8.3.1 fix release, which fixes bugs but does not
otherwise change behavior and should not result in breaking changes
compared to the latest feature release.</p>
<p>PyPI: <a
href="https://pypi.org/project/click/8.3.1/">https://pypi.org/project/click/8.3.1/</a>
Changes: <a
href="https://click.palletsprojects.com/page/changes/#version-8-3-1">https://click.palletsprojects.com/page/changes/#version-8-3-1</a>
Milestone: <a
href="https://github.com/pallets/click/milestone/28">https://github.com/pallets/click/milestone/28</a></p>
<ul>
<li>Don't discard pager arguments by correctly using
<code>subprocess.Popen</code>. <a
href="https://redirect.github.com/pallets/click/issues/3039">#3039</a>
<a
href="https://redirect.github.com/pallets/click/issues/3055">#3055</a></li>
<li>Replace <code>Sentinel.UNSET</code> default values by
<code>None</code> as they're passed through the
<code>Context.invoke()</code> method. <a
href="https://redirect.github.com/pallets/click/issues/3066">#3066</a>
<a
href="https://redirect.github.com/pallets/click/issues/3065">#3065</a>
<a
href="https://redirect.github.com/pallets/click/issues/3068">#3068</a></li>
<li>Fix conversion of <code>Sentinel.UNSET</code> happening too early,
which caused incorrect behavior for multiple parameters using the same
name. <a
href="https://redirect.github.com/pallets/click/issues/3071">#3071</a>
<a
href="https://redirect.github.com/pallets/click/issues/3079">#3079</a></li>
<li>Fix rendering when <code>prompt</code> and <code>confirm</code>
parameter <code>prompt_suffix</code> is empty. <a
href="https://redirect.github.com/pallets/click/issues/3019">#3019</a>
<a
href="https://redirect.github.com/pallets/click/issues/3021">#3021</a></li>
<li>When <code>Sentinel.UNSET</code> is found during parsing, it will
skip calls to <code>type_cast_value</code>. <a
href="https://redirect.github.com/pallets/click/issues/3069">#3069</a>
<a
href="https://redirect.github.com/pallets/click/issues/3090">#3090</a></li>
<li>Hide <code>Sentinel.UNSET</code> values as <code>None</code> when
looking up for other parameters through the context inside parameter
callbacks. <a
href="https://redirect.github.com/pallets/click/issues/3136">#3136</a>
<a
href="https://redirect.github.com/pallets/click/issues/3137">#3137</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pallets/click/blob/main/CHANGES.rst">click's
changelog</a>.</em></p>
<blockquote>
<h2>Version 8.3.1</h2>
<p>Released 2025-11-15</p>
<ul>
<li>Don't discard pager arguments by correctly using
<code>subprocess.Popen</code>. :issue:<code>3039</code>
:pr:<code>3055</code></li>
<li>Replace <code>Sentinel.UNSET</code> default values by
<code>None</code> as they're passed through
the <code>Context.invoke()</code> method. :issue:<code>3066</code>
:issue:<code>3065</code> :pr:<code>3068</code></li>
<li>Fix conversion of <code>Sentinel.UNSET</code> happening too early,
which caused incorrect
behavior for multiple parameters using the same name.
:issue:<code>3071</code> :pr:<code>3079</code></li>
<li>Hide <code>Sentinel.UNSET</code> values as <code>None</code> when
looking up for other parameters
through the context inside parameter callbacks. :issue:<code>3136</code>
:pr:<code>3137</code></li>
<li>Fix rendering when <code>prompt</code> and <code>confirm</code>
parameter <code>prompt_suffix</code> is
empty. :issue:<code>3019</code> :pr:<code>3021</code></li>
<li>When <code>Sentinel.UNSET</code> is found during parsing, it will
skip calls to
<code>type_cast_value</code>. :issue:<code>3069</code>
:pr:<code>3090</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pallets/click/commit/1d038f270701498433cb432f54db89f95f07a845"><code>1d038f2</code></a>
release version 8.3.1</li>
<li><a
href="https://github.com/pallets/click/commit/03f3889f505d0c9ca4f9d6810f9e4ba2799f2a66"><code>03f3889</code></a>
Fix Ruff UP038 warning (<a
href="https://redirect.github.com/pallets/click/issues/3141">#3141</a>)</li>
<li><a
href="https://github.com/pallets/click/commit/3867781222cb63693ca67df94352d29d8e6e2770"><code>3867781</code></a>
Fix Ruff UP038 warning</li>
<li><a
href="https://github.com/pallets/click/commit/b91bb9548a5617b1197add95e084d569f57149c3"><code>b91bb95</code></a>
Provide altered context to callbacks to hide <code>UNSET</code> values
as <code>None</code> (<a
href="https://redirect.github.com/pallets/click/issues/3137">#3137</a>)</li>
<li><a
href="https://github.com/pallets/click/commit/437e1e3295c7ec979fc1bf285bb402ca20d847e7"><code>437e1e3</code></a>
Temporarily provide a fake context to the callback to hide
<code>UNSET</code> values as ...</li>
<li><a
href="https://github.com/pallets/click/commit/ea70da487b05d6bb758d472a3a9ffab4a5b7fcd5"><code>ea70da4</code></a>
Don't test using a file in docs/ (<a
href="https://redirect.github.com/pallets/click/issues/3102">#3102</a>)</li>
<li><a
href="https://github.com/pallets/click/commit/e27b307462b725722f620c69dd1d5509c032d18a"><code>e27b307</code></a>
Make <code>uv run --all-extras pyright --verifytypes click</code> pass
(<a
href="https://redirect.github.com/pallets/click/issues/3072">#3072</a>)</li>
<li><a
href="https://github.com/pallets/click/commit/a92c573f3195c9da3058eadf1735d38af186d22c"><code>a92c573</code></a>
Fix test_edit to work with BSD sed (<a
href="https://redirect.github.com/pallets/click/issues/3129">#3129</a>)</li>
<li><a
href="https://github.com/pallets/click/commit/bd131e1ab63da2281d6dd9b8205ad2eb5a085468"><code>bd131e1</code></a>
Fix test_edit to work with BSD sed</li>
<li><a
href="https://github.com/pallets/click/commit/0b5c6b75f617e6ee2f9f6dcd071b8a4bf183d1ed"><code>0b5c6b7</code></a>
Add Best practices section (<a
href="https://redirect.github.com/pallets/click/issues/3127">#3127</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pallets/click/compare/8.3.0...8.3.1">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>
---
uv.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/uv.lock b/uv.lock
index 0ff984e01..59ec6e1f1 100644
--- a/uv.lock
+++ b/uv.lock
@@ -675,14 +675,14 @@ wheels = [
[[package]]
name = "click"
-version = "8.3.0"
+version = "8.3.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32'" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/46/61/de6cd827efad202d7057d93e0fed9294b96952e188f7384832791c7b2254/click-8.3.0.tar.gz",
hash =
"sha256:e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4", size
= 276943, upload-time = "2025-09-18T17:32:23.696Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/3d/fa/656b739db8587d7b5dfa22e22ed02566950fbfbcdc20311993483657a5c0/click-8.3.1.tar.gz",
hash =
"sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a", size
= 295065, upload-time = "2025-11-15T20:45:42.706Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/db/d3/9dcc0f5797f070ec8edf30fbadfb200e71d9db6b84d211e3b2085a7589a0/click-8.3.0-py3-none-any.whl",
hash =
"sha256:9b9f285302c6e3064f4330c05f05b81945b2a39544279343e6e7c5f27a9baddc", size
= 107295, upload-time = "2025-09-18T17:32:22.42Z" },
+ { url =
"https://files.pythonhosted.org/packages/98/78/01c019cdb5d6498122777c1a43056ebb3ebfeef2076d9d026bfe15583b2b/click-8.3.1-py3-none-any.whl",
hash =
"sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6", size
= 108274, upload-time = "2025-11-15T20:45:41.139Z" },
]
[[package]]