Skip to content

Bump prompt-toolkit from 3.0.31 to 3.0.32#32

Merged
pythoninthegrass merged 1 commit intomainfrom
dependabot/pip/prompt-toolkit-3.0.32
Jan 25, 2023
Merged

Bump prompt-toolkit from 3.0.31 to 3.0.32#32
pythoninthegrass merged 1 commit intomainfrom
dependabot/pip/prompt-toolkit-3.0.32

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2022

Bumps prompt-toolkit from 3.0.31 to 3.0.32.

Changelog

Sourced from prompt-toolkit's changelog.

3.0.32: 2022-11-03

Bug fixes:

  • Use DummyInput by default in create_input() if sys.stdin does not have a valid file descriptor. This fixes errors when sys.stdin is patched in certain situations.
  • Fix control-c key binding for ProgressBar when the progress bar was not created from the main thread. The current code would try to kill the main thread when control-c was pressed.

New features:

  • Accept a cancel_callback in ProgressBar to specify the cancellation behavior for when control-c is pressed.
  • Small performance improvement in the renderer.
Commits
  • 9a2a550 Release 3.0.32
  • b76fa59 Fix control-c key binding for progressbar when created in other thread + canc...
  • dcff850 Removed several unused type:ignore comments.
  • c244354 Use DummyInput by default in create_input() if sys.stdin does not have a vali...
  • 5a60e67 get_max_column_index(): use generator to replace list
  • 291a1ee remove unused variable
  • 7146704 Update asking_for_input.rst
  • See full diff 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 5, 2022
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/prompt-toolkit-3.0.32 branch from 0b7009c to 994a778 Compare November 7, 2022 03:51
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/prompt-toolkit-3.0.32 branch from 994a778 to 7b9ce1e Compare November 7, 2022 04:24
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

@dependabot rebase

1 similar comment
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/prompt-toolkit-3.0.32 branch from 7b9ce1e to 70ec304 Compare November 7, 2022 16:40
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/prompt-toolkit-3.0.32 branch from 70ec304 to f9b6cb1 Compare November 7, 2022 16:52
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/prompt-toolkit-3.0.32 branch from f9b6cb1 to 68909ec Compare November 7, 2022 16:58
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: prompt-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/prompt-toolkit-3.0.32 branch from 68909ec to 089c444 Compare November 7, 2022 21:17
@github-actions
Copy link

@dependabot rebase

3 similar comments
@github-actions
Copy link

@dependabot rebase

@github-actions
Copy link

@dependabot rebase

@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@github-actions
Copy link

@dependabot rebase

1 similar comment
@github-actions
Copy link

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@pythoninthegrass pythoninthegrass merged commit 1fffe9a into main Jan 25, 2023
@dependabot dependabot bot deleted the dependabot/pip/prompt-toolkit-3.0.32 branch January 25, 2023 03:35
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.

1 participant