-
Notifications
You must be signed in to change notification settings - Fork 15
deps(deps): bump prompt-toolkit from 3.0.51 to 3.0.52 in /requirements #222
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
Conversation
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.51 to 3.0.52. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](prompt-toolkit/python-prompt-toolkit@3.0.51...3.0.52) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed everything up to 4f1de67 in 1 minute and 37 seconds. Click for details.
- Reviewed
123lines of code in1files - Skipped
0files when reviewing. - Skipped posting
5draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. requirements/requirements.txt:13
- Draft comment:
The inline comment now shows '# via -r requirements.in' instead of the previous 'requirements/requirements.in'. The header still references 'requirements/requirements.in'. Please verify that the file path reference is updated intentionally for consistency. - Reason this comment was not posted:
Comment looked like it was already resolved.
2. requirements/requirements.txt:21
- Draft comment:
The click version has been downgraded from 8.2.1 to 8.1.8. Confirm that this downgrade is intended. - Reason this comment was not posted:
Comment looked like it was already resolved.
3. requirements/requirements.txt:27
- Draft comment:
A new dependency 'exceptiongroup==1.3.0' has been added. Please ensure that this addition (likely pulled in via anyio) is expected. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%The comment is asking the PR author to ensure that the addition of a new dependency is expected. This violates the rule against asking the author to confirm their intention or ensure behavior. The comment does not provide a specific suggestion or point out a specific issue with the code.
4. requirements/requirements.txt:70
- Draft comment:
The markdown-it-py version has been downgraded from 4.0.0 to 3.0.0. Please verify if this downgrade is intentional. - Reason this comment was not posted:
Comment looked like it was already resolved.
5. requirements/requirements.txt:80
- Draft comment:
Prompt-toolkit has been bumped to 3.0.52 as expected per the PR title and release notes. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
Workflow ID: wflow_BuLJRNR1QepDTpOz
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
| # anthropic | ||
| # openai | ||
| exceptiongroup==1.3.0 | ||
| # via anyio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: PR Introduces Unintended Dependency Changes
This PR, meant to update prompt-toolkit, unexpectedly modifies other dependencies. It downgrades click (8.2.1 to 8.1.8) and markdown-it-py (4.0.0 to 3.0.0, a major version change), and adds exceptiongroup==1.3.0. These unintended changes could introduce breaking issues or remove bug fixes.
Additional Locations (1)
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps prompt-toolkit from 3.0.51 to 3.0.52.
Release notes
Sourced from prompt-toolkit's releases.
Changelog
Sourced from prompt-toolkit's changelog.
Commits
d8adbe9Release 3.0.525fde041Follow-up: accept 'show_frame' in 'prompt_async()' and accept extra key bindi...2b9cd93Addchoiceshortcut for selecting an option amongst a list of choices. (#2005)a446019Re-add project URLs after migration to pyproject.toml (#1986)5c852f8Fix images in README.rst (#1987)bfec07fFix signal handling in_restore_sigint_from_ctypesfor GraalPy (#2000)af26eecImplement flushing in Windows VT100 input (#2001)c435303Fix button width when non English characters are displayed3374ae9Update docs theme to Nefertiti 0.8.6 (#2002)54c5c85Stop using@abstractpropertywhich is deprecated. (#2004)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Important
Bump
prompt-toolkitfrom 3.0.51 to 3.0.52 inrequirements.txt, adding new features and bug fixes.prompt-toolkitfrom 3.0.51 to 3.0.52 inrequirements.txt.choice()shortcut, ANSI dim text formatting, andframeoption forprompt().requirements.txt.This description was created by
for 4f1de67. You can customize this summary. It will automatically update as commits are pushed.