Skip to content

Commit a76721a

Browse files
Bump click from 8.3.0 to 8.3.1 (#11799)
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=click&package-manager=pip&previous-version=8.3.0&new-version=8.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b3bba8 commit a76721a

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cfgv==3.5.0
4949
# via pre-commit
5050
charset-normalizer==3.4.4
5151
# via requests
52-
click==8.3.0
52+
click==8.3.1
5353
# via
5454
# pip-tools
5555
# slotscheck

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cfgv==3.5.0
4949
# via pre-commit
5050
charset-normalizer==3.4.4
5151
# via requests
52-
click==8.3.0
52+
click==8.3.1
5353
# via
5454
# pip-tools
5555
# slotscheck

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ certifi==2025.11.12
1414
# via requests
1515
charset-normalizer==3.4.4
1616
# via requests
17-
click==8.3.0
17+
click==8.3.1
1818
# via towncrier
1919
docutils==0.21.2
2020
# via sphinx

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ certifi==2025.11.12
1414
# via requests
1515
charset-normalizer==3.4.4
1616
# via requests
17-
click==8.3.0
17+
click==8.3.1
1818
# via towncrier
1919
docutils==0.21.2
2020
# via sphinx

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cffi==2.0.0
2121
# pytest-codspeed
2222
cfgv==3.5.0
2323
# via pre-commit
24-
click==8.3.0
24+
click==8.3.1
2525
# via slotscheck
2626
cryptography==46.0.3
2727
# via trustme

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cffi==2.0.0
1212
# via
1313
# cryptography
1414
# pytest-codspeed
15-
click==8.3.0
15+
click==8.3.1
1616
# via wait-for-it
1717
coverage==7.11.0
1818
# via

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cffi==2.0.0
2727
# cryptography
2828
# pycares
2929
# pytest-codspeed
30-
click==8.3.0
30+
click==8.3.1
3131
# via wait-for-it
3232
coverage==7.11.0
3333
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cffi==2.0.0
2727
# cryptography
2828
# pycares
2929
# pytest-codspeed
30-
click==8.3.0
30+
click==8.3.1
3131
# via wait-for-it
3232
coverage==7.11.0
3333
# via

0 commit comments

Comments
 (0)