Update dependency prompt-toolkit to v3.0.30 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
prompt-toolkit | dev-dependencies | patch |
==3.0.29 -> ==3.0.30
|
Release Notes
prompt-toolkit/python-prompt-toolkit
v3.0.30
New features:
- Allow zero-width-escape sequences in
print_formatted_text
. - Add default value option for input dialog.
- Added
has_suggestion
filter.
Fixes:
- Fix rendering of control-shift-6 (or control-^). Render as '^^'
- Always wrap lines in the Label widget by default.
- Fix enter key binding in system toolbar in Vi mode.
- Improved handling of stdout objects that don't have a 'buffer' attribute. For
instance, when using
renderer_print_formatted_text
in a Jupyter Notebook.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.