Skip to content

Update dependency prompt-toolkit to v3.0.30 (develop)

RenovateBot requested to merge renovate/develop-prompt-toolkit-3.x into 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

Compare Source

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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports