chore(deps): Update prompt-toolkit requirement from ~=2.0.9 to ~=3.0.43 in /demo
Updates the requirements on prompt-toolkit to permit the latest version.
Release notes
Sourced from prompt-toolkit's releases.
3.0.43
Fixes regression from 3.0.42:
- Fix regression on Pypy: Don't use
ctypes.pythonapito restore SIGINT if not available.Other changes from 3.0.42:
- Fix line wrapping in
patch_stdouton Windows.- Make
formatted_text.split_lines()accept an iterable instead of lists only.- Disable the IPython workaround (from 3.0.41) for IPython >= 8.18.
- Restore signal.SIGINT handler between prompts
Changelog
Sourced from prompt-toolkit's changelog.
3.0.43: 2023-12-13
Fixes:
- Fix regression on Pypy: Don't use
ctypes.pythonapito restore SIGINT if not available.3.0.42: 2023-12-12
Fixes:
- Fix line wrapping in
patch_stdouton Windows.- Make
formatted_text.split_lines()accept an iterable instead of lists only.- Disable the IPython workaround (from 3.0.41) for IPython >= 8.18.
- Restore signal.SIGINT handler between prompts.
3.0.41: 2023-11-14
Fixes:
- Fix regression regarding IPython input hook (%gui) integration.
3.0.40: 2023-11-10
Fixes:
- Improved Python 3.12 support (fixes event loop
DeprecationWarning).New features:
- Vi key bindings:
control-tandcontrol-dfor indent/unindent in insert mode.- Insert partial suggestion when
control+rightis pressed, similar to Fish.- Use sphinx-nefertiti theme for the docs.
3.0.39: 2023-07-04
Fixes:
- Fix
RuntimeErrorwhen__breakpointhook__is called from another thread.- Fix memory leak in filters usage.
- Ensure that key bindings are handled in the right context (when using contextvars).
New features:
- Accept
in_threadkeyword inprompt_toolkit.shortcuts.prompt().- Support the
NO_COLORenvironment variable.
... (truncated)
Commits
4432d62Release 3.0.436a24c99Fix for pypy: don't use pythonapi on pypy.1c6d094Use Coroutine instead of Awaitable in type annotations where possible.87d0107Release 3.0.426a4e6ddFix example for progress bar with custom iterablebe4ccdfRestore signal.SIGINT handler between prompts6e4ca6eDisable workaround for ipython >= 8.18e2e75c0Make formatted_text.split_lines accept an iterable (type annotation only).55cde3eFix line wrapping inpatch_stdouton Windows.857af14Code formatting fixes.- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Superseded by #3005.