pull_requests: 893040042
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | repo | url | merged_by | auto_merge |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
893040042 | PR_kwDOBm6k_c41OrWq | 1694 | closed | 0 | Update click requirement from <8.1.0,>=7.1.1 to >=7.1.1,<8.2.0 | 49699333 | Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. <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.0</h2> <p>This is a feature release, which includes new features and removes previously deprecated features. The 8.1.x branch is now the supported bugfix branch, the 8.0.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as <a href="https://pypi.org/project/pip-tools/">pip-tools</a> to pin all dependencies and control upgrades.</p> <ul> <li>Changes: <a href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0</a></li> <li>Milestone: <a href="https://github.com/pallets/click/milestone/9?closed=1">https://github.com/pallets/click/milestone/9?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.0</h2> <p>Released 2022-03-28</p> <ul> <li> <p>Drop support for Python 3.6. :pr:<code>2129</code></p> </li> <li> <p>Remove previously deprecated code. :pr:<code>2130</code></p> <ul> <li><code>Group.resultcallback</code> is renamed to <code>result_callback</code>.</li> <li><code>autocompletion</code> parameter to <code>Command</code> is renamed to <code>shell_complete</code>.</li> <li><code>get_terminal_size</code> is removed, use <code>shutil.get_terminal_size</code> instead.</li> <li><code>get_os_args</code> is removed, use <code>sys.argv[1:]</code> instead.</li> </ul> </li> <li> <p>Rely on :pep:<code>538</code> and :pep:<code>540</code> to handle selecting UTF-8 encoding instead of ASCII. Click's locale encoding detection is removed. :issue:<code>2198</code></p> </li> <li> <p>Single options boolean flags with <code>show_default=True</code> only show the default if it is <code>True</code>. :issue:<code>1971</code></p> </li> <li> <p>The <code>command</code> and <code>group</code> decorators can be applied with or without parentheses. :issue:<code>1359</code></p> </li> <li> <p>The <code>Path</code> type can check whether the target is executable. :issue:<code>1961</code></p> </li> <li> <p><code>Command.show_default</code> overrides <code>Context.show_default</code>, instead of the other way around. :issue:<code>1963</code></p> </li> <li> <p>Parameter decorators and <code>@group</code> handles <code>cls=None</code> the same as not passing <code>cls</code>. <code>@option</code> handles <code>help=None</code> the same as not passing <code>help</code>. :issue:<code>[#1959](https://github.com/pallets/click/issues/1959)</code></p> </li> <li> <p>A flag option with <code>required=True</code> requires that the flag is passed instead of choosing the implicit default value. :issue:<code>1978</code></p> </li> <li> <p>Indentation in help text passed to <code>Option</code> and <code>Command</code> is cleaned the same as using the <code>@option</code> and <code>@command</code> decorators does. A command's <code>epilog</code> and <code>short_help</code> are also processed. :issue:<code>1985</code></p> </li> <li> <p>Store unprocessed <code>Command.help</code>, <code>epilog</code> and <code>short_help</code> strings. Processing is only done when formatting help text for output. :issue:<code>2149</code></p> </li> <li> <p>Allow empty str input for <code>prompt()</code> when <code>confirmation_prompt=True</code> and <code>default=""</code>. :issue:<code>2157</code></p> </li> <li> <p>Windows glob pattern expansion doesn't fail if a value is an invalid pattern. :issue:<code>2195</code></p> </li> <li> <p>It's possible to pass a list of <code>params</code> to <code>@command</code>. Any params defined with decorators are appended to the passed params. :issue:<code>2131</code>.</p> </li> <li> <p><code>@command</code> decorator is annotated as returning the correct type if a <code>cls</code> argument is used. :issue:<code>2211</code></p> </li> <li> <p>A <code>Group</code> with <code>invoke_without_command=True</code> and <code>chain=False</code> will invoke its result callback with the group function's return value. :issue:<code>2124</code></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/click/commit/e4aceee8d2bf7fe9461915b0a21c4359ddcb8dc2"><code>e4aceee</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2224">#2224</a> from pallets/release-8.1.0</li> <li><a href="https://github.com/pallets/click/commit/f8d811e5d5644aca8d32eebff196bf7c659ebf45"><code>f8d811e</code></a> release version 8.1.0</li> <li><a href="https://github.com/pallets/click/commit/20c88f02788586a80e6d867854c8313eaba5ad6e"><code>20c88f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2223">#2223</a> from pallets/env-var</li> <li><a href="https://github.com/pallets/click/commit/8d7f03dac8739afed890af0c0921965786c5e83c"><code>8d7f03d</code></a> treat empty auto_envvar as None</li> <li><a href="https://github.com/pallets/click/commit/ef11be6e49e19a055fe7e5a89f0f1f4062c68dba"><code>ef11be6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2041">#2041</a> from spanglerco/shell-completion-option-values</li> <li><a href="https://github.com/pallets/click/commit/f2e579ab187ca8fdfbe6ce86de08f0e9f62fe4ae"><code>f2e579a</code></a> shell completion prioritizes option values over new options</li> <li><a href="https://github.com/pallets/click/commit/d251cb0abc9b0dbda2402d4d831c18718cfb51bf"><code>d251cb0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2219">#2219</a> from pallets/paramtype-name</li> <li><a href="https://github.com/pallets/click/commit/e0033315510510acdba14e880a361ccca091fb4b"><code>e003331</code></a> fix ParamType.to_info_dict() with no name</li> <li><a href="https://github.com/pallets/click/commit/19be092b6db4e4300e31906498e354ec0adf870c"><code>19be092</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2217">#2217</a> from pallets/group-return</li> <li><a href="https://github.com/pallets/click/commit/7d3a871eb71694e99438254686c139122bc4be64"><code>7d3a871</code></a> group without command passes return value to result callback</li> <li>Additional commits viewable in <a href="https://github.com/pallets/click/compare/7.1.1...8.1.0">compare view</a></li> </ul> </details> <br /> 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 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> | 2022-03-29T13:11:23Z | 2022-04-08T23:05:10Z | 2022-04-08T23:05:09Z | 2022-04-08T23:05:09Z | 138e4d9a53e3982137294ba383303c3a848cfca4 | 0 | 83ff96792fd670ed32a1a61d38529959170c7309 | e73fa72917ca28c152208d62d07a490c81cadf52 | CONTRIBUTOR | 107914493 | https://github.com/simonw/datasette/pull/1694 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests