Update dependency prompt_toolkit to v3.0.20
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
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, likepatch_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
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.