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 prompt-toolkit requirement from <2.0.0,>=0.57 to >=0.57,<3.0.0 #47

Merged
merged 1 commit into from
Sep 25, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Changelog

Sourced from prompt-toolkit's changelog.

2.0.4: 2018-07-22

Bug fixes:

  • Fix render height for rendering full screen applications in Windows.
  • Fix in TextArea. Set accept_handler to None if not given.
  • Go to the beginning of the next line when enter is pressed in Vi navigation
    mode, and the buffer doesn't have an accept handler.
  • Fix the default argument of the prompt function when called multiple
    times.
  • Display decomposed multiwidth characters correctly.
  • Accept history in prompt() function again.

Backwards incompatible changes:

  • Renamed PipeInput to PosixPipeInput. Added Win32PipeInput and
    create_input_pipe.
  • Pass buffer argument to the accept_handler of TextArea.

New features:

  • Added accept_default argument to prompt().
  • Make it easier to change the body/title of a Frame/Dialog.
  • Added DynamicContainer.
  • Added merge_completers for merging multiple completers together.
  • Add vt100 data to key presses in Windows.
  • Handle left/right key bindings in Vi block insert mode.

2.0.3: 2018-06-08

Bug fixes:

  • Fix in 'x' and 'X' Vi key bindings. Correctly handle line endings and args.
  • Fixed off by one error in Vi line selection.
  • Fixed bugs in Vi block selection. Correctly handle lines that the selection
    doesn't cross.
  • Python 2 bugfix. Handle str/unicode correctly.
  • Handle option+left/right in iTerm.

2.0.2: 2018-06-03

Bug fixes:

  • Python 3.7 support: correctly handle StopIteration in asynchronous generator.
  • Fixed off-by-one bug in Vi visual block mode.
  • Bugfix in TabsProcessor: handle situations when the cursor is at the end of
    the line.

2.0.1: 2018-06-02

... (truncated)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 15, 2018
@otavio
Copy link
Member

otavio commented Sep 22, 2018

@chtavares592 this is good to have this update however it needs minor changes in the source code to be able to be merged, as you can see in the Travis log. Please take a look.

@otavio otavio self-requested a review September 22, 2018 03:10
@chtavares chtavares force-pushed the dependabot/pip/prompt-toolkit-gte-0.57-and-lt-3.0.0 branch 2 times, most recently from 65fefff to 00bb61c Compare September 25, 2018 13:06
Copy link
Member

@otavio otavio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix those minor issues.

uhu/repl/helpers.py Show resolved Hide resolved
uhu/repl/helpers.py Outdated Show resolved Hide resolved
@chtavares chtavares force-pushed the dependabot/pip/prompt-toolkit-gte-0.57-and-lt-3.0.0 branch from 00bb61c to 1657a49 Compare September 25, 2018 13:53
@chtavares chtavares force-pushed the dependabot/pip/prompt-toolkit-gte-0.57-and-lt-3.0.0 branch from 1657a49 to 62b3574 Compare September 25, 2018 13:56
@otavio otavio merged commit 6be6db2 into master Sep 25, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/prompt-toolkit-gte-0.57-and-lt-3.0.0 branch September 25, 2018 17:15
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
Development

Successfully merging this pull request may close these issues.

2 participants