dependabot[bot] opened a new pull request, #10733:
URL: https://github.com/apache/datafusion/pull/10733

   Updates the requirements on 
[rstest_reuse](https://github.com/la10736/rstest) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/la10736/rstest/releases";>rstest_reuse's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.7.0</h2>
   <p>Introduce the new syntax that leverage on function and arguments 
attributes for all features.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/la10736/rstest/blob/master/CHANGELOG.md";>rstest_reuse's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.7.0] 2021/3/21</h2>
   <p>This version intruduce the new more composable syntax. And async
   fixtures (thanks to <a 
href="https://github.com/rubdos";><code>@​rubdos</code></a>)</p>
   <h3>Add</h3>
   <ul>
   <li>New syntax that leverage on function and argument attributes
   to implement all features (See <a 
href="https://redirect.github.com/la10736/rstest/issues/99";>#99</a>, <a 
href="https://redirect.github.com/la10736/rstest/issues/100";>#100</a>, <a 
href="https://redirect.github.com/la10736/rstest/issues/101";>#101</a>, <a 
href="https://redirect.github.com/la10736/rstest/issues/103";>#103</a>, <a 
href="https://redirect.github.com/la10736/rstest/issues/109";>#109</a> and <a 
href="https://redirect.github.com/la10736/rstest/issues/102";>#102</a>)</li>
   <li><code>async</code> fixtures (See <a 
href="https://redirect.github.com/la10736/rstest/issues/86";>#86</a>, <a 
href="https://redirect.github.com/la10736/rstest/issues/96";>#96</a>. Thanks to 
<a href="https://github.com/rubdos";><code>@​rubdos</code></a>).</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Moved integration tests resouces in <code>test</code> directory (See <a 
href="https://redirect.github.com/la10736/rstest/issues/97";>#97</a>)</li>
   </ul>
   <h2>[0.6.4] 2020/6/20</h2>
   <h3>Add</h3>
   <ul>
   <li>Implemented reusable test list with <code>rstest_reuse</code> external 
crate (See <a 
href="https://redirect.github.com/la10736/rstest/issues/80";>#80</a>)</li>
   </ul>
   <h2>[0.6.3] 2020/4/19</h2>
   <h3>Add</h3>
   <ul>
   <li>Define default values instead use trivial fixtures (See <a 
href="https://redirect.github.com/la10736/rstest/issues/72";>#72</a>).</li>
   </ul>
   <h2>[0.6.2] 2020/4/13</h2>
   <h3>Add</h3>
   <ul>
   <li>Injecting test attribute. You can choose your own test attribute (should 
be something like <code>*::test</code>)
   for each test. This feature enable every async runtime (See <a 
href="https://redirect.github.com/la10736/rstest/issues/91";>#91</a>).</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Start to use <code>rstest</code> to test <code>rstest</code> (On going 
task <a 
href="https://redirect.github.com/la10736/rstest/issues/92";>#92</a>)</li>
   </ul>
   <h2>[0.6.1] 2020/4/5</h2>
   <h3>Add</h3>
   <ul>
   <li>Introducing async tests support. Leverage on 
<code>async_std::test</code> to automatically switch to
   async test (both for single, cases and matrix) (See <a 
href="https://redirect.github.com/la10736/rstest/issues/73";>#73</a>)</li>
   </ul>
   <h2>[0.6.0] 2020/3/5</h2>
   <h3>Add</h3>
   <ul>
   <li>Hook argument name to fixture by remove starting <code>_</code> (See <a 
href="https://redirect.github.com/la10736/rstest/issues/70";>#70</a>)</li>
   <li>Every <code>case</code> can have a specific set of attributes (See <a 
href="https://redirect.github.com/la10736/rstest/issues/82";>#82</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Removed useless <code>rstest_parametrize</code> and 
<code>rstest_matrix</code> (See <a 
href="https://redirect.github.com/la10736/rstest/issues/81";>#81</a>). From 
0.5.0 you
   can use just <code>rstest</code> to create cases and values list.</li>
   <li>Removed <code>cargo-edit</code> test dependecy (See <a 
href="https://redirect.github.com/la10736/rstest/issues/61";>#61</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/la10736/rstest/commit/167cfa62a6204b3d5d672afdaba394cd914f3d5e";><code>167cfa6</code></a>
 Upgraded rstest_reuse dependency e fixed formatting</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/8576f91ee95bfbb5dd5b46fb12c2040b976762a3";><code>8576f91</code></a>
 Updated changelog</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/88a2c5541444d36361748a05334e0479e077c94a";><code>88a2c55</code></a>
 <a href="https://redirect.github.com/la10736/rstest/issues/102";>#102</a> 
Updated README.md to the syntax</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/29501d2976056c1314d917be01875fe596e6a2ea";><code>29501d2</code></a>
 <a href="https://redirect.github.com/la10736/rstest/issues/102";>#102</a> 
Updated lib docs</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/06f2150d5b8ecbad34716b3475aa5fd9ea232281";><code>06f2150</code></a>
 Next rstest release will be 0.7.0</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/3a13dfa6fb28855a849a142b34777174fd056ca9";><code>3a13dfa</code></a>
 Released rstest_reuse</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/00f3b7b88b09a9566a5acc10d0b2b1269fdcf8e5";><code>00f3b7b</code></a>
 Update rstes_reuse dependency</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/8acd2e00a1bdf89e7598c765eece351c0732055b";><code>8acd2e0</code></a>
 Update dependency</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/0a09eda41b418ec67b39f65333e7d5adbf5c28e4";><code>0a09eda</code></a>
 Update dependency</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/0264f5d4f0739aea690a1bb804b1aacb5970271f";><code>0264f5d</code></a>
 Update dependency</li>
   <li>Additional commits viewable in <a 
href="https://github.com/la10736/rstest/compare/0.6.0...0.7.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 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>


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to