Update dependency prompt-toolkit to v3.0.53 - #1368
renovate[bot] wants to merge 1 commit into
Conversation
85b828c to
f590702
Compare
|
🤖 Finished Review · ✅ Success · Started 8:54 AM UTC · Completed 9:04 AM UTC Commit: |
ReviewFindingsHigh
Next steps:
Previous runReviewFindingsHigh
Next steps:
Previous run (2)ReviewFindingsHigh
Medium
Next steps:
Previous run (3)ReviewFindingsMedium
Previous run (4)ReviewFindingsHigh
Next steps:
Previous run (5)ReviewFindingsCritical
Next steps:
Previous run (6)ReviewFindingsHigh
Next steps:
Previous run (7)ReviewFindingsCritical
Labels: PR is a dependency version bump (prompt-toolkit 3.0.52 to 3.0.53) generated by Renovate bot Next steps:
|
f590702 to
21a1e26
Compare
|
🤖 Finished Review · ✅ Success · Started 9:13 AM UTC · Completed 9:23 AM UTC Commit: |
21a1e26 to
fb898a8
Compare
|
🤖 Finished Review · ✅ Success · Started 7:42 AM UTC · Completed 7:56 AM UTC Commit: |
fb898a8 to
d08fb6a
Compare
|
🤖 Finished Review · ✅ Success · Started 1:48 PM UTC · Completed 1:59 PM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.16 |
d08fb6a to
52c9c7a
Compare
|
🤖 Finished Review · ✅ Success · Started 6:01 PM UTC · Completed 6:13 PM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.39 |
Superseded by updated review
52c9c7a to
cbf6d0e
Compare
|
🤖 Finished Review · ✅ Success · Started 9:44 AM UTC · Completed 9:58 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.48 |
|
Risk Assessment: moderate (2/5) DetailsBot-authored minor dependency bump (prompt-toolkit 3.0.52 to 3.0.53) across two requirement files; composite score of 2 (moderate) is driven by the two-dependency-file signal and zero test coverage in the changeset, partially offset by minimal change size, bot authorship, single recent author, no recent churn, and no reverts. Previous runRisk Assessment: low (1/5) DetailsBot-authored patch bump of prompt-toolkit (3.0.52 to 3.0.53) across two dependency files with no protected paths, no security-sensitive paths, no CI changes, and no recent churn; the elevated dependency-file signal is offset by the renovate-bot authorship, minimal line count, and clean git history, yielding a composite of 1.42. Previous run (2)Risk Assessment: low (1/5) DetailsBot-authored patch-version bump of prompt-toolkit across 2 dependency files with 10 lines changed, no protected paths, no security-sensitive files, and no recent churn — all signals are low except the presence of 2 dependency files, which is expected for this type of routine renovate update. |
cbf6d0e to
f54a387
Compare
|
🤖 Finished Review · ✅ Success · Started 11:16 AM UTC · Completed 11:30 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.24 |
f54a387 to
6d9be1d
Compare
|
🤖 Finished Review · ✅ Success · Started 6:26 AM UTC · Completed 6:39 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.16 |
| # pytest | ||
| # pytest-cov | ||
| prompt-toolkit==3.0.52 \ | ||
| prompt-toolkit==3.0.53 \ |
There was a problem hiding this comment.
[high] stale hashes / hash mismatch
The version pin for prompt-toolkit was bumped from 3.0.52 to 3.0.53, but the two hashes on lines 972-973 (sha256:28cde192... and sha256:9aac639a...) are the old 3.0.52 hashes carried over unchanged from the base branch. A separate duplicate entry prompt_toolkit==3.0.53 with the correct new hashes (sha256:01c0891d... and sha256:9ec8a0ad...) was appended at line 1532. pip normalizes both names identically and unions hashes across duplicate entries, so all four hashes (two stale, two correct) will be accepted -- the stale 3.0.52 hashes remain valid for hash verification, which is a supply-chain security concern. Additionally, the duplicate entry uses underscore naming (prompt_toolkit) inconsistent with the rest of the file.
Suggested fix: Replace the stale hashes on the prompt-toolkit==3.0.53 entry (lines 972-973) with the correct 3.0.53 hashes (sha256:01c0891d... and sha256:9ec8a0ad...), and remove the duplicate prompt_toolkit==3.0.53 block appended at lines 1532-1534. Alternatively, re-run pip-compile to regenerate the file cleanly.
| # opentelemetry-instrumentation-flask | ||
| # opentelemetry-instrumentation-sqlalchemy | ||
| prompt-toolkit==3.0.52 \ | ||
| prompt-toolkit==3.0.53 \ |
There was a problem hiding this comment.
[high] stale hashes / hash mismatch
Same pattern as requirements-test.txt: the version pin for prompt-toolkit was bumped to 3.0.53 but the accompanying hashes on lines 791-792 are still the old 3.0.52 hashes (confirmed identical to base branch). A duplicate entry prompt_toolkit==3.0.53 with the correct hashes was appended at line 1299 using underscore naming inconsistent with the rest of the file. pip will union all four hashes, leaving the stale 3.0.52 hashes accepted.
Suggested fix: Replace the stale hashes on the prompt-toolkit==3.0.53 entry (lines 791-792) with the correct 3.0.53 hashes (sha256:01c0891d... and sha256:9ec8a0ad...), and remove the duplicate prompt_toolkit==3.0.53 block at lines 1299-1301. Alternatively, re-run pip-compile to regenerate the file cleanly.
This PR contains the following updates:
==3.0.52→==3.0.53Release Notes
prompt-toolkit/python-prompt-toolkit (prompt-toolkit)
v3.0.53Compare Source
Fixes:
New features:
__version__.show_numbersinChoiceInput.Added support for Python 3.14, 3.15, and set minimum Python version to 3.10.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.