Update dependency prompt-toolkit to v3.0.48 #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.0.36
->==3.0.48
Release Notes
prompt-toolkit/python-prompt-toolkit (prompt-toolkit)
v3.0.48
Compare Source
Fixes:
@overload
tocontrib.regular_languages.compiler.Variables.get
.Sequence
instead oflist
forwords
argument in completers.ModalCursorShapeConfig
:"replace" mode.
v3.0.47
Compare Source
New features:
KeyboardInterrupt
andEOFError
inPromptSession
.Fixes:
Box
widget lazily.v3.0.46
Compare Source
Fixes:
v3.0.45
Compare Source
Fixes:
GrammarCompleter
(faster deduplication of completions).v3.0.44
Compare Source
New features:
os.PathLike
inFileHistory
(typing fix).Fixes:
v3.0.43
Compare Source
Fixes:
ctypes.pythonapi
to restore SIGINT if notavailable.
v3.0.42
Compare Source
Fixes:
patch_stdout
on Windows.formatted_text.split_lines()
accept an iterable instead of lists only.v3.0.41
Compare Source
Fixes:
v3.0.40
Compare Source
Fixes:
DeprecationWarning
).New features:
control-t
andcontrol-d
for indent/unindent in insertmode.
control+right
is pressed, similar to Fish.v3.0.39
Compare Source
Fixes:
RuntimeError
when__breakpointhook__
is called from another thread.contextvars).
New features:
in_thread
keyword inprompt_toolkit.shortcuts.prompt()
.NO_COLOR
environment variable.v3.0.38
Compare Source
Fixes:
WeakValueDictionary
caused filters tonot be cached).
New features:
v3.0.37
Compare Source
Bug fixes:
currentThread()
deprecation warning.New features:
.run()
method inTelnetServer
. (To be used instead of.start()/.stop()
.Breaking changes:
Filter
have to callsuper()
in their__init__
.get_running_loop()
instead ofget_event_loop()
.asyncio.run()
instead ofasyncio.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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.