Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency prompt-toolkit to v3.0.43 #47

Merged
merged 1 commit into from
May 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prompt-toolkit ==3.0.36 -> ==3.0.43 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

prompt-toolkit/python-prompt-toolkit (prompt-toolkit)

v3.0.43

Compare Source

Fixes:

  • Fix regression on Pypy: Don't use ctypes.pythonapi to restore SIGINT if not
    available.

v3.0.42

Compare Source

Fixes:

  • Fix line wrapping in patch_stdout on Windows.
  • Make formatted_text.split_lines() accept an iterable instead of lists only.
  • Disable the IPython workaround (from 3.0.41) for IPython >= 8.18.
  • Restore signal.SIGINT handler between prompts.

v3.0.41

Compare Source

Fixes:

  • Fix regression regarding IPython input hook (%gui) integration.

v3.0.40

Compare Source

Fixes:

  • Improved Python 3.12 support (fixes event loop DeprecationWarning).

New features:

  • Vi key bindings: control-t and control-d for indent/unindent in insert
    mode.
  • Insert partial suggestion when control+right is pressed, similar to Fish.
  • Use sphinx-nefertiti theme for the docs.

v3.0.39

Compare Source

Fixes:

  • Fix RuntimeError when __breakpointhook__ is called from another thread.
  • Fix memory leak in filters usage.
  • Ensure that key bindings are handled in the right context (when using
    contextvars).

New features:

  • Accept in_thread keyword in prompt_toolkit.shortcuts.prompt().
  • Support the NO_COLOR environment variable.

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@HenraL HenraL merged commit 5e817dd into main May 23, 2024
2 checks passed
@HenraL HenraL deleted the renovate/prompt-toolkit-3.x branch May 23, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant