dependabot[bot] opened a new pull request, #295:
URL: https://github.com/apache/arrow-ballista/pull/295

   Updates the requirements on [clap](https://github.com/clap-rs/clap) to 
permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/clap-rs/clap/releases";>clap's releases</a>.</em></p>
   <blockquote>
   <h2>v4.0.2</h2>
   <h2>[4.0.2] - 2022-09-28</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(parser)</em> <code>SetFalse</code> should conflict with itself like 
<code>SetTrue</code> and <code>Set</code></li>
   <li><em>(parser)</em> Allow one-off overrides</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md";>clap's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[4.0.2] - 2022-09-28</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(parser)</em> <code>SetFalse</code> should conflict with itself like 
<code>SetTrue</code> and <code>Set</code></li>
   <li><em>(parser)</em> Allow one-off overrides</li>
   </ul>
   <h2>[4.0.1] - 2022-09-28</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(derive)</em> Ensure <code>#[clap(...)]</code> attribute still 
works</li>
   </ul>
   <h2>[4.0.0] - 2022-09-28</h2>
   <h3>Highlights</h3>
   <p><strong><code>Arg::num_args(range)</code></strong></p>
   <p>Clap has had several ways for controlling how many values will be 
captured without always being clear on how they interacted, including</p>
   <ul>
   <li><code>Arg::multiple_values(true)</code></li>
   <li><code>Arg::number_of_values(4)</code></li>
   <li><code>Arg::min_values(2)</code></li>
   <li><code>Arg::max_values(20)</code></li>
   <li><code>Arg::takes_value(true)</code></li>
   </ul>
   <p>These have now all been collapsed into <code>Arg::num_args</code> which 
accepts both
   single values and ranges of values.  <code>num_args</code> controls how many 
raw arguments
   on the command line will be captured as values per occurrence and independent
   of value delimiters.</p>
   <p>See <a 
href="https://github-redirect.dependabot.com/clap-rs/clap/issues/2688";>Issue 
2688</a> for more background.</p>
   <p><strong>Polishing Help</strong></p>
   <p>Clap strives to give a polished CLI experience out of the box with little
   ceremony.  With some feedback that has accumulated over time, we took this
   release as an opportunity to re-evaluate our <code>--help</code> output to 
make sure it is
   meeting that goal.</p>
   <p>In doing this evaluation, we wanted to keep in mind:</p>
   <ul>
   <li>Whether other CLIs had ideas that make sense to apply</li>
   <li>Providing an experience that fits within the rest of applications and 
works across all shells</li>
   </ul>
   <p>Before:</p>
   <pre><code>git
   A fictional versioning CLI
   <p>USAGE:
   &lt;/tr&gt;&lt;/table&gt;
   </code></pre></p>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/clap-rs/clap/commit/45241277043f2a8cc64230e18574b88b005e765c";><code>4524127</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/d279f7f4e6e25fcb979c2d88622255edbad7cc4b";><code>d279f7f</code></a>
 docs: Update changelog</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/929c87c5b85517b21ef237cbcf9b0a0e3c39bd22";><code>929c87c</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4281";>#4281</a>
 from epage/override</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/3683e2c791f8b8fcfd25a958f2fc5eebde4a52ed";><code>3683e2c</code></a>
 fix(parser): Allow one-off self-overrides</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/2d7874948f303d979c20fbb4e184c8b50dfaab15";><code>2d78749</code></a>
 fix(parser): SetFalse should also not allow self-override</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/bf42ff04d54a66e91f3b624be5c567dc52374753";><code>bf42ff0</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/824f6589ad7cbd3cc9b0507a67a09612e6a6454d";><code>824f658</code></a>
 docs: Update changelog</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/7b886d2c637697008a4a84683a447a69acd4e465";><code>7b886d2</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4278";>#4278</a>
 from intgr/zsh-completion-fix-multiple-args-handling</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/89cae3a2b3a56f7e02fcfef3b05625a30c235a08";><code>89cae3a</code></a>
 fix(complete): Fix handling of multiple arguments</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/f6602c573c7040ef2206f25d74c33c70478dc297";><code>f6602c5</code></a>
 chore: Release</li>
   <li>Additional commits viewable in <a 
href="https://github.com/clap-rs/clap/compare/clap_complete-v3.0.0...v4.0.2";>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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to