Skip to content

chore(api): update dependency prompt-toolkit to v3.0.38 (stable)

RenovateBot requested to merge renovate/stable-api-prompt-toolkit-3.x into stable

This MR contains the following updates:

Package Type Update Change
prompt-toolkit dev-dependencies patch ==3.0.36 -> ==3.0.38

Release Notes

prompt-toolkit/python-prompt-toolkit

v3.0.38

Compare Source

Fixes:

  • Fix regression in filters. (Use of WeakValueDictionary caused filters to not be cached).

New features:

  • Use 24-bit true color now by default on Windows 10/11.

v3.0.37

Compare Source

Bug fixes:

  • Fix currentThread() deprecation warning.
  • Fix memory leak in filters.
  • Make VERSION tuple numeric.

New features:

  • Add .run() method in TelnetServer. (To be used instead of .start()/.stop().

Breaking changes:

  • Subclasses of Filter have to call super() in their __init__.
  • Drop support for Python 3.6:
    • This includes code cleanup for Python 3.6 compatibility.
    • Use get_running_loop() instead of get_event_loop().
    • Use asyncio.run() instead of asyncio.run_until_complete().

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, check this box

This MR has been generated by Renovate Bot.

Merge request reports