-
Notifications
You must be signed in to change notification settings - Fork 105
RHAIENG-540: build(deps): bump tornado
dependency from ~6.5.1
to ~6.5.2
across all relevant Pipfiles
#1754
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
base: main
Are you sure you want to change the base?
RHAIENG-540: build(deps): bump tornado
dependency from ~6.5.1
to ~6.5.2
across all relevant Pipfiles
#1754
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
💡 Verification agent
🧩 Analysis chain
Verify Pipfile.lock(s) resolve to 6.5.2 and ensure repo-wide consistency.
To avoid drift and hidden conflicts, confirm:
Run from repo root:
🏁 Script executed:
Length of output: 40659
Fix Tornado version to 6.5.x consistently across Pipfiles & requirements
We still see mixed pins and an outdated explicit constraint:
runtimes/pytorch+llmcompressor/ubi9-python-3.11/Pipfile line 68 remains
tornado = "~=6.5"
tornado==6.4.2
Please update and regenerate as follows:
~=6.5
→~=6.5.1
in runtimes/pytorch+llmcompressor/ubi9-python-3.11/Pipfiletornado==6.5.1
tornado
entry’s"version": "==6.5.2"
6.4.x
references in requirements.txt and Pipfiles and bump them to 6.5.x🤖 Prompt for AI Agents