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

chore(deps): Update prompt-toolkit requirement from ~=2.0.9 to ~=2.0.10 in /demo #3026

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Updates the requirements on prompt-toolkit to permit the latest version.

Changelog

Sourced from prompt-toolkit's changelog.

2.0.10: 2019-10-03

Bug fixes:

  • Handle HANDLE sizes correctly on windows. This made things break randomly.on 64 bit systems.
  • Handle terminal size correctly when reported as (0, 0).
  • Fix width computation in progress bar formatter.
  • Fix option-up and -down on Mac with iTerm2.
  • Removed ctrl-c in confirmation prompt.

New features:

  • Added PROMPT_TOOLKIT_NO_CPR=1 environment variable to disable CPR requests.
  • Accept a pattern in WordCompleter.

2.0.9: 2019-02-19

Bug fixes:

  • Fixed Application.run_system_command on Windows.
  • Fixed bug in ANSI text formatting: correctly handle 256/true color sequences.
  • Fixed bug in WordCompleter. Provide completions when there's a space before the cursor.

2.0.8: 2019-01-27

Bug fixes:

  • Fixes the issue where changes made to the buffer in the accept handler were not reflected in the history.
  • Fix in the application invalidate handler. This prevents a significat slow down in some applications after some time (especially if there is a refresh interval).
  • Make print_container utility work if the input is not a pty.

New features:

  • Underline non breaking spaces instead of rendering as '&'.
  • Added mouse support for radio list.
  • Support completion styles for READLINE_LIKE display method.
  • Accept formatted text in the display text of completions.
  • Added a FuzzyCompleter and FuzzyWordCompleter.
  • Improved error handling in Application (avoid displaying a meaningless AssertionError in many cases).

2.0.7: 2018-10-30

... (truncated)

Commits
  • 394a618 Release 2.0.10
  • a0e5037 Make sure HANDLE on Windows has correct size
  • 2eb19a1 Python 2.6 not supported anymore on Travis.
  • 7490c3b Remove no-\r assertion in print_formatted_text
  • 74ef692 Add PROMPT_TOOLKIT_NO_CPR=1 environment variable to disable CPR requests
  • 1cd47b1 Add python_requires to help pip
  • eee625b Fix docstring for output.base.Output
  • 237cf46 Sorting of imports (using isort -m 3 -tc).
  • f66f74e fallback for incorrectly reported terminal size
  • 37dcf63 Update README.rst
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
prompt-toolkit [>= 3.a, < 4]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) to permit the latest version.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/2.0.10/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@2.0.9...2.0.10)

---
updated-dependencies:
- dependency-name: prompt-toolkit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 10, 2024
Copy link

sonarcloud bot commented Jun 11, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@jamshale jamshale merged commit 2b94f68 into main Jun 11, 2024
8 of 9 checks passed
@jamshale jamshale deleted the dependabot/pip/demo/prompt-toolkit-approx-eq-2.0.10 branch June 11, 2024 14:52
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant