Skip to content

Commit

Permalink
⬆️ Bump prompt-toolkit from 3.0.33 to 3.0.36 (#161)
Browse files Browse the repository at this point in the history
Bumps
[prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit)
from 3.0.33 to 3.0.36.
<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.36: 2022-12-06</h2>
<p>Fixes:</p>
<ul>
<li>Another Python 3.6 fix for a bug that was introduced in 3.0.34.</li>
</ul>
<h2>3.0.35: 2022-12-06</h2>
<p>Fixes:</p>
<ul>
<li>Fix bug introduced in 3.0.34 for Python 3.6. Use asynccontextmanager
implementation from prompt_toolkit itself.</li>
</ul>
<h2>3.0.34: 2022-12-06</h2>
<p>Fixes:</p>
<ul>
<li>Improve completion performance in various places.</li>
<li>Improve renderer performance.</li>
<li>Handle <code>KeyboardInterrupt</code> when the stacktrace of an
unhandled error is
displayed.</li>
<li>Use correct event loop in
<code>Application.create_background_task()</code>.</li>
<li>Fix <code>show_cursor</code> attribute in
<code>ScrollablePane</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/da05f669d00817655f76b82972272d4d5f4d4225"><code>da05f66</code></a>
Release 3.0.36</li>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/132f4ff0cb263bc161a20dc5aa8ca8a3bfbb43fc"><code>132f4ff</code></a>
Another Python 3.6 bugfix.</li>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/f9b6d7d14c17642c0caf3bb72f8d2b2beb5dc0d9"><code>f9b6d7d</code></a>
Release 3.0.35</li>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/6d454694081c4eedc5bb6d02f223fb5a0efe2912"><code>6d45469</code></a>
Fix for Python 3.6</li>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/1ff655110b93994d3835b3f5bcfb0eb04d2124d9"><code>1ff6551</code></a>
Release 3.0.34</li>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/6b4af4e1c8763f2f3ccb2938605a44f57a1b8b5f"><code>6b4af4e</code></a>
Improve code completion performance
(<code>CompletionsMenuControl</code>)</li>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/94d5d6e0ad57a362149140545b7dc0fc741bf837"><code>94d5d6e</code></a>
Removed type declaration of unused variable.</li>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/afb9df673f2cc3ec4a5c3a0b4cb51fced65154d5"><code>afb9df6</code></a>
Remove Python 3.6 from GitHub workflow (not supported anymore).</li>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/5110867eeaecd0b34ed5e9ef025fa014a4cf327a"><code>5110867</code></a>
Improve FuzzyCompleter performance.</li>
<li><a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/commit/cb925b2541720746bfb569b35f00b71eb4136ac7"><code>cb925b2</code></a>
Improve code completion performance (meta control of
`MultiColumnCompletionsM...</li>
<li>Additional commits viewable in <a
href="https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.33...3.0.36">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.33&new-version=3.0.36)](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-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>
  • Loading branch information
github-actions[bot] committed Dec 12, 2022
2 parents 2080025 + a7ca2c2 commit ae0286a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pluggy==1.0.0
# via pytest
pre-commit==2.20.0
# via -r requirements.in
prompt-toolkit==3.0.33
prompt-toolkit==3.0.36
# via ipython
psutil==5.9.4
# via ipykernel
Expand Down

0 comments on commit ae0286a

Please sign in to comment.