-
Notifications
You must be signed in to change notification settings - Fork 519
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): Bump prompt-toolkit from 2.0.10 to 3.0.50 #3526
Conversation
daa7fe8
to
0039fdf
Compare
This was the only major upgrade that had a breaking change. I don't think it's a big effort to update it, but I didn't look into it much for the last upgrades I did |
0039fdf
to
7e0b18a
Compare
I've briefly looked into this before and don't think it is very important to upgrade. I will likely tell dependabot to ignore it. Will leave open for a couple days if anyone has comments. |
6e04744
to
e285e71
Compare
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 2.0.10 to 3.0.50. - [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@2.0.10...3.0.50) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
prompt-toolkit now runs on top of asyncio by default Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: ff137 <ff137@proton.me>
e285e71
to
f9888d3
Compare
The only necessary change is to drop a removed import: |
|
…undation#3526) * chore(deps): Bump prompt-toolkit from 2.0.10 to 3.0.50 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 2.0.10 to 3.0.50. - [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@2.0.10...3.0.50) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * 🎨 Remove `use_asyncio_event_loop` -- prompt-toolkit now runs on top of asyncio by default Signed-off-by: ff137 <ff137@proton.me> * 🎨 Remove need for prompt init Signed-off-by: ff137 <ff137@proton.me> * ✅ Remove mocking of unused function Signed-off-by: ff137 <ff137@proton.me> * ✅ Mock only `sys.stdout.isatty`, not `sys.stdout` Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: ff137 <ff137@proton.me> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ff137 <ff137@proton.me> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com> Signed-off-by: ff137 <ff137@proton.me>
…undation#3526) * chore(deps): Bump prompt-toolkit from 2.0.10 to 3.0.50 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 2.0.10 to 3.0.50. - [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@2.0.10...3.0.50) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * 🎨 Remove `use_asyncio_event_loop` -- prompt-toolkit now runs on top of asyncio by default Signed-off-by: ff137 <ff137@proton.me> * 🎨 Remove need for prompt init Signed-off-by: ff137 <ff137@proton.me> * ✅ Remove mocking of unused function Signed-off-by: ff137 <ff137@proton.me> * ✅ Mock only `sys.stdout.isatty`, not `sys.stdout` Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: ff137 <ff137@proton.me> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ff137 <ff137@proton.me> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com> Signed-off-by: ff137 <ff137@proton.me>
Bumps prompt-toolkit from 2.0.10 to 3.0.50.
Release notes
Sourced from prompt-toolkit's releases.
... (truncated)
Changelog
Sourced from prompt-toolkit's changelog.
... (truncated)
Commits
165258d
Release 3.0.50 (#1969)76957c8
Optimize rendering. Don't output escape codes for hiding/showing the cursor i...ace74db
Release 3.0.49 (#1964)c6ce1a5
Fix Github Actions. (#1965)45713d4
Fix dead readline link in doc (#1941)a1950cd
Try to run ruff and typo only on 3.13 (#1954)1b0efa1
Basic multiline suggestion example (#1953)e55cd1b
Use ANSI based mouse processing and bracketed paste on Windows. (#1961)02b32fa
Use virtual terminal input on Windows when available. (#1958)92b3a95
Drop Python 3.7 (#1960)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)