Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump prompt-toolkit from 3.0.36 to 3.0.47 (#27)
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.36 to 3.0.47. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prompt-toolkit/python-prompt-toolkit/releases">prompt-toolkit's releases</a>.</em></p> <blockquote> <h2>3.0.47</h2> <p>New features:</p> <ul> <li>Allow passing exception classes for <code>KeyboardInterrupt</code> and <code>EOFError</code> in <code>PromptSession</code>.</li> </ul> <p>Fixes:</p> <ul> <li>Compute padding parameters for <code>Box</code> widget lazily.</li> </ul> <h2>3.0.46</h2> <p>Fixes:</p> <ul> <li>Fix pytest capsys fixture compatibility.</li> </ul> <h2>3.0.45</h2> <p>Fixes:</p> <ul> <li>Improve performance of <code>GrammarCompleter</code> (faster deduplication of completions).</li> </ul> <h2>3.0.44</h2> <p>New features:</p> <ul> <li>Accept <code>os.PathLike</code> in <code>FileHistory</code> (typing fix).</li> </ul> <p>Fixes:</p> <ul> <li>Fix memory leak in filters.</li> <li>Improve performance of progress bar formatters.</li> <li>Fix compatibility when a SIGINT handler is installed by non-Python (Rust, C).</li> <li>Limit number of completions in buffer to 10k by default (for performance).</li> </ul> <h2>3.0.43</h2> <p>Fixes regression from 3.0.42:</p> <ul> <li>Fix regression on Pypy: Don't use <code>ctypes.pythonapi</code> to restore SIGINT if not available.</li> </ul> <p>Other changes from 3.0.42:</p> <ul> <li>Fix line wrapping in <code>patch_stdout</code> on Windows.</li> <li>Make <code>formatted_text.split_lines()</code> accept an iterable instead of lists only.</li> <li>Disable the IPython workaround (from 3.0.41) for IPython >= 8.18.</li> <li>Restore signal.SIGINT handler between prompts</li> </ul> </blockquote> </details> <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.47: 2024-06-10</h2> <p>New features:</p> <ul> <li>Allow passing exception classes for <code>KeyboardInterrupt</code> and <code>EOFError</code> in <code>PromptSession</code>.</li> </ul> <p>Fixes:</p> <ul> <li>Compute padding parameters for <code>Box</code> widget lazily.</li> </ul> <h2>3.0.46: 2024-06-04</h2> <p>Fixes:</p> <ul> <li>Fix pytest capsys fixture compatibility.</li> </ul> <h2>3.0.45: 2024-05-28</h2> <p>Fixes:</p> <ul> <li>Improve performance of <code>GrammarCompleter</code> (faster deduplication of completions).</li> </ul> <h2>3.0.44: 2024-05-27</h2> <p>New features:</p> <ul> <li>Accept <code>os.PathLike</code> in <code>FileHistory</code> (typing fix).</li> </ul> <p>Fixes:</p> <ul> <li>Fix memory leak in filters.</li> <li>Improve performance of progress bar formatters.</li> <li>Fix compatibility when a SIGINT handler is installed by non-Python (Rust, C).</li> <li>Limit number of completions in buffer to 10k by default (for performance).</li> </ul> <h2>3.0.43: 2023-12-13</h2> <p>Fixes:</p> <ul> <li>Fix regression on Pypy: Don't use <code>ctypes.pythonapi</code> to restore SIGINT if not available.</li> </ul> <h2>3.0.42: 2023-12-12</h2> <p>Fixes:</p> <!-- 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/669541123c9a72da1fda662cbd0a18ffe9e6d113"><code>6695411</code></a> Release 3.0.47</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/67e644b3015f8748576af41f7e8bc8d02671b9bb"><code>67e644b</code></a> Small simplification in Screen code.</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/8889675ae45b0a09bad941490c222afddfd2b335"><code>8889675</code></a> fix(Examples): address a typo in one of the examples</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/15f3aecf5f00fe2db23e3a2b6b4d8da3d4416e44"><code>15f3aec</code></a> Allow passing exception classes for KeyboardInterrupt and EOFError in PromptS...</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/a04c37d06d11598226a3713966b654961eb54db7"><code>a04c37d</code></a> Compute padding parameters for Box widget lazily.</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/98659afe4de61732caa6987c3b6d7935235a0fad"><code>98659af</code></a> Release 3.0.46</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/2530c047ab6f4a2123b4b0d3f83b63694c86951e"><code>2530c04</code></a> Make AppSession compatible with pytest's capsys fixture + docs.</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/6a58564f6a201f1234733f726d866a64e95b6ba3"><code>6a58564</code></a> Release 3.0.45</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/a21831e7f992a014d705cc09f40a5bc5bfaf7ee1"><code>a21831e</code></a> Improve performance of GrammarCompleter (faster deduplication of completions).</li> <li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/81dcfdafb8be17bb471ce979e870bd3220844390"><code>81dcfda</code></a> Release 3.0.44.</li> <li>Additional commits viewable in <a href="https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.36...3.0.47">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prompt-toolkit&package-manager=pip&previous-version=3.0.36&new-version=3.0.47)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 will merge this PR once CI passes on it, as requested by @codecakes. [//]: # (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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information