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.48 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prompt-toolkit ==3.0.38 -> ==3.0.48 age adoption passing confidence

Release Notes

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

v3.0.48

Compare Source

Fixes:

  • Typing improvements:
    • Add @overload to contrib.regular_languages.compiler.Variables.get.
    • Use Sequence instead of list for words argument in completers.
  • 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

Compare Source

New features:

  • Allow passing exception classes for KeyboardInterrupt and EOFError in
    PromptSession.

Fixes:

  • Compute padding parameters for Box widget lazily.

v3.0.46

Compare Source

Fixes:

  • Fix pytest capsys fixture compatibility.

v3.0.45

Compare Source

Fixes:

  • Improve performance of GrammarCompleter (faster deduplication of completions).

v3.0.44

Compare Source

New features:

  • Accept os.PathLike in FileHistory (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).

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.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.39 Update dependency prompt-toolkit to v3.0.40 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 36e2c5a to 0c2b8bb Compare November 10, 2023 12:05
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.40 Update dependency prompt-toolkit to v3.0.41 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 0c2b8bb to 525d3ae Compare November 14, 2023 10:44
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 525d3ae to 268cc18 Compare December 12, 2023 17:09
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.41 Update dependency prompt-toolkit to v3.0.42 Dec 12, 2023
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.42 Update dependency prompt-toolkit to v3.0.43 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 268cc18 to 1ae129c Compare December 13, 2023 09:16
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.43 Update dependency prompt-toolkit to v3.0.44 May 27, 2024
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 1ae129c to 1c4c930 Compare May 27, 2024 21:03
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.44 Update dependency prompt-toolkit to v3.0.45 May 28, 2024
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 1c4c930 to 813c3cb Compare May 28, 2024 12:40
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.45 Update dependency prompt-toolkit to v3.0.46 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 813c3cb to 4801ac0 Compare June 4, 2024 16:32
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.46 Update dependency prompt-toolkit to v3.0.47 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 4801ac0 to a39b9d6 Compare June 10, 2024 14:06
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.47 Update dependency prompt-toolkit to v3.0.48 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from a39b9d6 to 7b9ce14 Compare September 25, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants