UNCLASSIFIED - NO CUI

Skip to content

Update dependency prompt_toolkit to v3.0.20

renovate requested to merge renovate/prompt_toolkit-3.x into development

This MR contains the following updates:

Package Type Update Change
prompt_toolkit ironbank-pypi patch 3.0.19 -> 3.0.20

Release Notes

prompt-toolkit/python-prompt-toolkit

v3.0.20

Compare Source

New features:

  • Add support for strikethrough text attributes.
  • Set up custom breakpointhook while an application is running (if no other breakpointhook was installed). This enhances the usage of PDB for debugging applications.
  • Strict type checking is now enabled.

Fixes:

  • Ensure that print_formatted_text is always printed above the running application, like patch_stdout. (Before, patch_stdout was even completely ignored in case of `print_formatted_text, so there was no proper way to use it in a running application.)
  • Fix handling of non-bmp unicode input on Windows.
  • Set minimum Python version to 3.6.2 (Some 3.6.2 features were used).

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

This MR has been generated by Renovate Bot.

Merge request reports