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

   Updates the requirements on 
[parameterized](https://github.com/wolever/parameterized) to permit the latest 
version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt";>parameterized's
 changelog</a>.</em></p>
   <blockquote>
   <p>0.9.0 (2023-03-26)
   * Drop support for Python 2.X, 3.5, and 3.6;
   Add support for Python 3.10, 3.11
   (<a 
href="https://redirect.github.com/wolever/parameterized/pull/153";>wolever/parameterized#153</a>)
   * Modernize from setup.py -&gt; pyproject.toml
   (<a 
href="https://redirect.github.com/wolever/parameterized/pull/147";>wolever/parameterized#147</a>;
 thanks <a href="https://github.com/KOLANICH";><code>@​KOLANICH</code></a>)
   * Add <code>namespace</code> argument to <code>@parameterize.expand</code>
   (<a 
href="https://redirect.github.com/wolever/parameterized/pull/148";>wolever/parameterized#148</a>;
 thanks <a href="https://github.com/KOLANICH";><code>@​KOLANICH</code></a>)
   * Add support for <code>IsolatedAsyncioTestCase</code>
   (<a 
href="https://redirect.github.com/wolever/parameterized/pull/135";>wolever/parameterized#135</a>;
 thanks <a href="https://github.com/Ronserruya";><code>@​Ronserruya</code></a>)
   * Work around for bug bpo-40126 in older versions of <code>mock</code>
   (<a 
href="https://redirect.github.com/wolever/parameterized/pull/129";>wolever/parameterized#129</a>;
 thanks <a 
href="https://github.com/alexpizarroj";><code>@​alexpizarroj</code></a>)
   * Allow str, bytes, and any non-iterable input to be passed to
   <code>@parameterized</code> without wrapping in a tuple
   (<a 
href="https://redirect.github.com/wolever/parameterized/pull/157";>wolever/parameterized#157</a>)
   * Fix class-level <code>mock.patch.multiple</code>
   (<a 
href="https://redirect.github.com/wolever/parameterized/issues/138";>wolever/parameterized#138</a>;
 thanks <a href="https://github.com/ArthurGW";><code>@​ArthurGW</code></a>)</p>
   <p>0.8.1 (2021-01-09)
   * Add README and LICENSE to pypi sdist package
   (<a 
href="https://redirect.github.com/wolever/parameterized/pull/114";>wolever/parameterized#114</a>;
 thanks <a href="https://github.com/chohner";><code>@​chohner</code></a>)</p>
   <p>0.8.0 (2021-01-04)
   * Handle camelCase test names. This is an ever-so-slightly backwards
   incompatible change, as the method for determining which methods are
   test methods has changed from 
<code>method_name.startswith(&quot;test_&quot;)</code> to
   <code>method_name.startswith(&quot;test&quot;)</code>. The latter is the 
behavior of
   the <code>unittest</code> module.
   (thanks <a 
href="https://github.com/bobwalker99";><code>@​bobwalker99</code></a>; <a 
href="https://redirect.github.com/wolever/parameterized/pull/106";>wolever/parameterized#106</a>)
   * Fix arguments to skip_on_empty helper (thanks <a 
href="https://github.com/bhavyakjain";><code>@​bhavyakjain</code></a>;
   <a 
href="https://redirect.github.com/wolever/parameterized/pull/104";>wolever/parameterized#104</a>)</p>
   <p>0.7.5 (2021-01-04)
   * Fix crash on Python 2.7 with unicode docstrings
   (<a 
href="https://redirect.github.com/wolever/parameterized/issues/109";>wolever/parameterized#109</a>)
   * Replace inspect.stack() with faster inspect.currentframe()
   (<a 
href="https://redirect.github.com/wolever/parameterized/issues/107";>wolever/parameterized#107</a>)
   * Add a <strong>version</strong> string to the package
   (<a 
href="https://redirect.github.com/wolever/parameterized/issues/103";>wolever/parameterized#103</a>)</p>
   <p>0.7.4 (2020-04-14)
   * Add <code>class_name_func</code> option to 
<code>@parameterized_class</code>
   * Fix arguments being passed to skip_on_empty_helper (thanks <a 
href="https://github.com/gaf3";><code>@​gaf3</code></a>;
   <a 
href="https://redirect.github.com/wolever/parameterized/issues/57";>wolever/parameterized#57</a>)
   * Fix tests on Python 3.8.2 (thanks <a 
href="https://github.com/Ikke";><code>@​Ikke</code></a>;
   <a 
href="https://redirect.github.com/wolever/parameterized/pull/99";>wolever/parameterized#99</a>)</p>
   <p>0.7.3 (2020-04-12)
   * Fix some typos (thanks <a 
href="https://github.com/LWprogramming";><code>@​LWprogramming</code></a>, <a 
href="https://github.com/jinnovation";><code>@​jinnovation</code></a>;
   <a 
href="https://redirect.github.com/wolever/parameterized/pull/77";>wolever/parameterized#77</a>,</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/wolever/parameterized/commit/8719c41604c41a0ee372511ea87d2ecbb3215f8d";><code>8719c41</code></a>
 Version 0.9.0</li>
   <li><a 
href="https://github.com/wolever/parameterized/commit/b9f6a640452bcfdea08efc4badfe5bfad043f099";><code>b9f6a64</code></a>
 Bump to 0.9.0-rc1 for testing</li>
   <li><a 
href="https://github.com/wolever/parameterized/commit/1e0241fb03add4b7e7cfb86088a8ef668e666703";><code>1e0241f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wolever/parameterized/issues/161";>#161</a> 
from wolever/fix-138-mock-patch-multiple</li>
   <li><a 
href="https://github.com/wolever/parameterized/commit/8bc5b58a25d42be4ff97b7c76214161c644e4a12";><code>8bc5b58</code></a>
 Fix <a 
href="https://redirect.github.com/wolever/parameterized/issues/138";>#138</a>: 
support for class-level mock.patch.multiple</li>
   <li><a 
href="https://github.com/wolever/parameterized/commit/64295bf72ec253c61080adce611110fc039d116d";><code>64295bf</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wolever/parameterized/issues/159";>#159</a> 
from adamchainz/remove_hg_ignore</li>
   <li><a 
href="https://github.com/wolever/parameterized/commit/a70f49bfc8ae81eee74a40736d5f3d51e8702cc9";><code>a70f49b</code></a>
 Remove hgignore file</li>
   <li><a 
href="https://github.com/wolever/parameterized/commit/e383e1e18d891fd74feef70fd3a70e1ec87fc7e8";><code>e383e1e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wolever/parameterized/issues/157";>#157</a> 
from wolever/issue-134-allow-bytes-as-input</li>
   <li><a 
href="https://github.com/wolever/parameterized/commit/41471f991e83853265a3dfe64f2e2aae4c35fd42";><code>41471f9</code></a>
 Fix <a 
href="https://redirect.github.com/wolever/parameterized/issues/134";>#134</a> - 
wrap str, bytes, and any non-iterable input</li>
   <li><a 
href="https://github.com/wolever/parameterized/commit/4d5f3d6a3a9d590e26241034f5f081b6e54e1dcf";><code>4d5f3d6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wolever/parameterized/issues/156";>#156</a> 
from wolever/test-for-mock-patch-multiple</li>
   <li><a 
href="https://github.com/wolever/parameterized/commit/58729868cda27e25a030f07e96264a555c49fc98";><code>5872986</code></a>
 Add test for <a 
href="https://github.com/mock";><code>@​mock</code></a>.patch.multiple</li>
   <li>Additional commits viewable in <a 
href="https://github.com/wolever/parameterized/compare/v0.7.1...v0.9.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>


-- 
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