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

Bump ptpython from 3.0.19 to 3.0.23 #53

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps ptpython from 3.0.19 to 3.0.23.

Changelog

Sourced from ptpython's changelog.

3.0.23: 2023-02-22

Fixes:

  • Don't print exception messages twice for unhandled exceptions.
  • Added cursor shape support.

Breaking changes:

  • Drop Python 3.6 support.

3.0.22: 2022-12-06

New features:

  • Improve rendering performance when there are many completions.

3.0.21: 2022-11-25

New features:

  • Make ptipython respect more config changes. (See: prompt-toolkit/ptpython#110 )
  • Improved performance of DictionaryCompleter for slow mappings.

Fixes:

  • Call super() in PythonInputFilter. This will prevent potentially breakage with an upcoming prompt_toolkit change. (See: prompt-toolkit/python-prompt-toolkit#1690 )
  • Improved type annotations.
  • Added py.typed to the package_data.

3.0.20: 2021-09-14

New features:

  • For DictionaryCompleter: show parentheses after methods.

Fixes:

  • Don't crash when trying to complete broken mappings in DictionaryCompleter.
  • Don't crash when an older version of black is installed that is not compatible.
Commits
  • 44f0c6e Release 3.0.23
  • f8399dd Set minimum prompt_toolkit version to 3.0.28, because of cursor shape support.
  • ee047a2 Add cursor shape support.
  • ea6b2c5 Fix completer suffix for mappings/sequences.
  • 2d4b0b0 docs: Fix a few typos
  • be972ab Drop Python 3.6.
  • 3f24501 Add macOS path to config.py's docstring (#501)
  • ec697aa Add Python 3.11 to GitHub workflow.
  • 1720189 Don't print exception twice in exception handler.
  • af89ce2 Fix code formatting (new Black version).
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ptpython](https://github.com/prompt-toolkit/ptpython) from 3.0.19 to 3.0.23.
- [Release notes](https://github.com/prompt-toolkit/ptpython/releases)
- [Changelog](https://github.com/prompt-toolkit/ptpython/blob/master/CHANGELOG)
- [Commits](prompt-toolkit/ptpython@3.0.19...3.0.23)

---
updated-dependencies:
- dependency-name: ptpython
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants