Skip to content

Update dependency prompt-toolkit to v3.0.29 (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.28 -> ==3.0.29

Release Notes

prompt-toolkit/python-prompt-toolkit

v3.0.29

Compare Source

New features:

  • Accept 'handle_sigint' parameter in PromptSession.

Fixes

  • Fix 'variable referenced before assignment' error in vt100 mouse bindings.
  • Pass handle_sigint from Application.run to Application.run_async.
  • Fix detection of telnet client side changes.
  • Fix print_container utility (handle EOFError).

Breaking changes:

  • The following are now context managers: create_pipe_input, PosixPipeInput and Win32PipeInput.

Configuration

📅 Schedule: 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