chore(api): update all dependencies (stable)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
aioresponses | dev | patch |
==0.7.6 -> ==0.7.7
|
click (changelog) | dependencies | patch |
==8.1.7 -> ==8.1.8
|
prompt-toolkit | dev | patch |
==3.0.43 -> ==3.0.48
|
psycopg2 (source, changelog) | dependencies | patch |
==2.9.9 -> ==2.9.10
|
Release Notes
pallets/click (click)
v8.1.8
Unreleased
- Fix an issue with type hints for
click.open_file()
. :issue:2717
- Fix issue where error message for invalid
click.Path
displays on multiple lines. :issue:2697
- Fixed issue that prevented a default value of
""
from being displayed in the help for an option. :issue:2500
- The test runner handles stripping color consistently on Windows.
:issue:
2705
- Show correct value for flag default when using
default_map
. :issue:2632
- Fix
click.echo(color=...)
passingcolor
to coloroma so it can be forced on Windows. :issue:2606
.
prompt-toolkit/python-prompt-toolkit (prompt-toolkit)
v3.0.48
Fixes:
- Typing improvements:
- Add
@overload
tocontrib.regular_languages.compiler.Variables.get
. - Use
Sequence
instead oflist
forwords
argument in completers.
- Add
- Improve
ModalCursorShapeConfig
:- Display an "underscore" cursor in Vi's "replace single" mode, like "replace" mode.
- Display an "beam" cursor in Emacs (insert) mode.
v3.0.47
New features:
- Allow passing exception classes for
KeyboardInterrupt
andEOFError
inPromptSession
.
Fixes:
- Compute padding parameters for
Box
widget lazily.
v3.0.46
Fixes:
- Fix pytest capsys fixture compatibility.
v3.0.45
Fixes:
- Improve performance of
GrammarCompleter
(faster deduplication of completions).
v3.0.44
New features:
- Accept
os.PathLike
inFileHistory
(typing fix).
Fixes:
- Fix memory leak in filters.
- Improve performance of progress bar formatters.
- Fix compatibility when a SIGINT handler is installed by non-Python (Rust, C).
- Limit number of completions in buffer to 10k by default (for performance).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.