Skip to content

Commit fa1261d

Browse files
Bump click from 8.1.6 to 8.1.7 (#8887)
Bumps [click](https://github.com/pallets/click) from 8.1.6 to 8.1.7. <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.1.7</h2> <p>This is a fix release for the 8.1.x feature branch.</p> <ul> <li>Changes: <a href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-7">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-7</a></li> <li>Milestone: <a href="https://github.com/pallets/click/milestone/22?closed=1">https://github.com/pallets/click/milestone/22?closed=1</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.1.7</h2> <p>Released 2023-08-17</p> <ul> <li>Fix issue with regex flags in shell completion. :issue:<code>2581</code></li> <li>Bash version detection issues a warning instead of an error. :issue:<code>2574</code></li> <li>Fix issue with completion script for Fish shell. :issue:<code>2567</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/click/commit/874ca2bc1c30d93a4ac6e36a15ed685eafe89097"><code>874ca2b</code></a> release version 8.1.7</li> <li><a href="https://github.com/pallets/click/commit/6e1f6d3052b6459fa3e43392d728376c423a7d4c"><code>6e1f6d3</code></a> completion(fish): add back ; as line endings in fish script (<a href="https://redirect.github.com/pallets/click/issues/2570">#2570</a>)</li> <li><a href="https://github.com/pallets/click/commit/a955c77719981af390b6d2349730c590c80e11e9"><code>a955c77</code></a> update fish enabling script</li> <li><a href="https://github.com/pallets/click/commit/3c1529e6bc12118ff5a83b2f81fc52f625367736"><code>3c1529e</code></a> add back semicolons in fish script</li> <li><a href="https://github.com/pallets/click/commit/a260ca6fa7675a87dc55c4c79cebad3de2d9ed6d"><code>a260ca6</code></a> Replace bash shell completion version error with warning (<a href="https://redirect.github.com/pallets/click/issues/2576">#2576</a>)</li> <li><a href="https://github.com/pallets/click/commit/d9db70cabdc9cb10cd5584464b8adb9a24545b92"><code>d9db70c</code></a> bash version support shows warning instead of error</li> <li><a href="https://github.com/pallets/click/commit/22b9b1ce7945518fa7838321d991f5e766bceb32"><code>22b9b1c</code></a> Fix incorrect passing of flags to re.sub (<a href="https://redirect.github.com/pallets/click/issues/2581">#2581</a>)</li> <li><a href="https://github.com/pallets/click/commit/d69d2106d821c43507829100f36774bbb7a1092b"><code>d69d210</code></a> fix flake8 finding</li> <li><a href="https://github.com/pallets/click/commit/af2da1ef9b9f7a5a19b6f77d432459afb699f408"><code>af2da1e</code></a> Fix incorrect passing of flags to re.sub</li> <li><a href="https://github.com/pallets/click/commit/bb6a8727aa4aab62e5a388b15c4443fedf422622"><code>bb6a872</code></a> start version 8.1.7</li> <li>Additional commits viewable in <a href="https://github.com/pallets/click/compare/8.1.6...8.1.7">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.1.6&new-version=8.1.7)](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 a1955db commit fa1261d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ charset-normalizer==3.3.2
4444
# via requests
4545
cherry-picker==2.2.0
4646
# via -r requirements/dev.in
47-
click==8.1.6
47+
click==8.1.7
4848
# via
4949
# cherry-picker
5050
# pip-tools

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ charset-normalizer==3.3.2
4444
# via requests
4545
cherry-picker==2.2.0
4646
# via -r requirements/dev.in
47-
click==8.1.6
47+
click==8.1.7
4848
# via
4949
# cherry-picker
5050
# pip-tools

requirements/doc-spelling.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ certifi==2024.7.4
1616
# via requests
1717
charset-normalizer==3.3.2
1818
# via requests
19-
click==8.1.6
19+
click==8.1.7
2020
# via towncrier
2121
docutils==0.20.1
2222
# via sphinx

requirements/doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ certifi==2024.7.4
1616
# via requests
1717
charset-normalizer==3.3.2
1818
# via requests
19-
click==8.1.6
19+
click==8.1.7
2020
# via towncrier
2121
docutils==0.20.1
2222
# via sphinx

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cfgv==3.4.0
2222
# via pre-commit
2323
charset-normalizer==3.3.2
2424
# via requests
25-
click==8.1.6
25+
click==8.1.7
2626
# via
2727
# slotscheck
2828
# typer

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cffi==1.17.0
2424
# pycares
2525
charset-normalizer==3.3.2
2626
# via requests
27-
click==8.1.6
27+
click==8.1.7
2828
# via
2929
# typer
3030
# wait-for-it

0 commit comments

Comments
 (0)