Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4570: Update prompt-toolkit requirement from ~=3.0.30 to ~=3.0.31 r=jenshnielsen a=dependabot[bot] Updates the requirements on [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG">prompt-toolkit's changelog</a>.</em></p> <blockquote> <h2>3.0.31: 2022-09-02</h2> <p>New features:</p> <ul> <li>Pass through <code>name</code> property in <code>TextArea</code> widget to <code>Buffer</code>.</li> <li>Added a <code>enable_cpr</code> parameter to <code>Vt100_Output</code>, <code>TelnetServer</code> and <code>PromptToolkitSSHServer</code>, to completely disable CPR support instead of automatically detecting it.</li> </ul> <h2>3.0.30: 2022-06-27</h2> <p>New features:</p> <ul> <li>Allow zero-width-escape sequences in <code>print_formatted_text</code>.</li> <li>Add default value option for input dialog.</li> <li>Added <code>has_suggestion</code> filter.</li> </ul> <p>Fixes:</p> <ul> <li>Fix rendering of control-shift-6 (or control-^). Render as '^^'</li> <li>Always wrap lines in the Label widget by default.</li> <li>Fix enter key binding in system toolbar in Vi mode.</li> <li>Improved handling of stdout objects that don't have a 'buffer' attribute. For instance, when using <code>renderer_print_formatted_text</code> in a Jupyter Notebook.</li> </ul> <h2>3.0.29: 2022-04-04</h2> <p>New features:</p> <ul> <li>Accept 'handle_sigint' parameter in PromptSession.</li> </ul> <p>Fixes</p> <ul> <li>Fix 'variable referenced before assignment' error in vt100 mouse bindings.</li> <li>Pass <code>handle_sigint</code> from <code>Application.run</code> to <code>Application.run_async</code>.</li> <li>Fix detection of telnet client side changes.</li> <li>Fix <code>print_container</code> utility (handle <code>EOFError</code>).</li> </ul> <p>Breaking changes:</p> <ul> <li>The following are now context managers: <code>create_pipe_input</code>, <code>PosixPipeInput</code> and <code>Win32PipeInput</code>.</li> </ul> <h2>3.0.28: 2022-02-11</h2> <p>New features:</p> <ul> <li>Support format specifiers for HTML and ANSI formatted text.</li> <li>Accept defaults for checkbox and radio list, and their corresponding dialogs.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/5e11c13f37be3e3e6397fa1aadcf8d397dacd8ee"><code>5e11c13</code></a> Release 3.0.31</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/783d8a9fbefbe276810e7852456722f8910edd95"><code>783d8a9</code></a> Fixed bug: <code>enable_cpr</code> should be True by default.</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/2d4e7e87f25e5d9bbd5c10f5e7b66c5d7c7a77f6"><code>2d4e7e8</code></a> Added enable_cpr parameter to Vt100_Output, TelnetServer and PromptToolkitSSH...</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/8e9bdd9fd41cb0065717138d60e76d428d357735"><code>8e9bdd9</code></a> Use ExitStack in Application.run()</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/d3dcbe86db539fad964d0065325d1fd487628473"><code>d3dcbe8</code></a> Add passthrough of the name property in TextArea (<a href="https://github-redirect.dependabot.com/prompt-toolkit/python-prompt-toolkit/issues/1654">#1654</a>)</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/ee8b783cbd535b55788dc4f17bd84b1b955ae9b5"><code>ee8b783</code></a> Add git-bbb</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/ffaa5f55e8b330108bd37f049c87822f4710e6e8"><code>ffaa5f5</code></a> docs: Fix a few typos</li> <li>See full diff in <a href="https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.30...3.0.31">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> 4571: Update pytest requirement from ~=7.1.2 to ~=7.1.3 r=jenshnielsen a=dependabot[bot] Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>7.1.3</h2> <h1>pytest 7.1.3 (2022-08-31)</h1> <h2>Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10060">#10060</a>: When running with <code>--pdb</code>, <code>TestCase.tearDown</code> is no longer called for tests when the <em>class</em> has been skipped via <code>unittest.skip</code> or <code>pytest.mark.skip</code>.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10190">#10190</a>: Invalid XML characters in setup or teardown error messages are now properly escaped for JUnit XML reports.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10230">#10230</a>: Ignore <code>.py</code> files created by <code>pyproject.toml</code>-based editable builds introduced in <a href="https://pip.pypa.io/en/stable/news/#v21-3">pip 21.3</a>.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3396">#3396</a>: Doctests now respect the <code>--import-mode</code> flag.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9514">#9514</a>: Type-annotate <code>FixtureRequest.param</code> as <code>Any</code> as a stop gap measure until <code>8073</code>{.interpreted-text role="issue"} is fixed.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9791">#9791</a>: Fixed a path handling code in <code>rewrite.py</code> that seems to work fine, but was incorrect and fails in some systems.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9917">#9917</a>: Fixed string representation for <code>pytest.approx</code>{.interpreted-text role="func"} when used to compare tuples.</li> </ul> <h2>Improved Documentation</h2> <ul> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9937">#9937</a>: Explicit note that <code>tmpdir</code>{.interpreted-text role="fixture"} fixture is discouraged in favour of <code>tmp_path</code>{.interpreted-text role="fixture"}.</li> </ul> <h2>Trivial/Internal Changes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10114">#10114</a>: Replace <a href="https://github.com/untitaker/python-atomicwrites">atomicwrites</a> dependency on windows with [os.replace]{.title-ref}.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/4645bcd44915c2fd6043b101626e5bf1a983ac07"><code>4645bcd</code></a> Remove incorrect output in how-to/fixtures.rst</li> <li><a href="https://github.com/pytest-dev/pytest/commit/fadfb4f3463bc828535f86682300907a30f240e9"><code>fadfb4f</code></a> Prepare release version 7.1.3</li> <li><a href="https://github.com/pytest-dev/pytest/commit/ab96ea88e829af05e1491c30214b924c9553697b"><code>ab96ea8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10258">#10258</a> from pytest-dev/backport-10252-to-7.1.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/fc0e024b118fa63e84637bd5c9242b2b382e58fd"><code>fc0e024</code></a> [7.1.x] Fix regendoc</li> <li><a href="https://github.com/pytest-dev/pytest/commit/8f5088f4126b61ff76ac9809d5eb27cdbc31f07b"><code>8f5088f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10249">#10249</a> from pytest-dev/backport-10231-to-7.1.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/aae93d6127c43a7f9036556ba7482019d389e21d"><code>aae93d6</code></a> Ignore type-errors related to attr.asdict</li> <li><a href="https://github.com/pytest-dev/pytest/commit/71b79fcda5313624544ae501a2045186c1c72244"><code>71b79fc</code></a> [7.1.x] Ignore editable installation modules</li> <li><a href="https://github.com/pytest-dev/pytest/commit/89f7518cb131579608387936c55f96cd4d3e9d3f"><code>89f7518</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10222">#10222</a> from pytest-dev/backport-10171-to-7.1.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/88fc45bd57d217a9dc6f53e419c94d28e2d5392f"><code>88fc45b</code></a> [7.1.x] Update fixtures.rst w/ finalizer order</li> <li><a href="https://github.com/pytest-dev/pytest/commit/d0b53d6ba7b41dcb200a35af5f5733f591cd929b"><code>d0b53d6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10221">#10221</a> from pytest-dev/backport-10217-to-7.1.x</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/7.1.2...7.1.3">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information