-
Notifications
You must be signed in to change notification settings - Fork 211
chore: upgraded urllib3 (python library) #3938
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?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
|
The image is available at: /test e2e-ocp-helm |
|
Can you please run the following to update the pip-compile --allow-unsafe --output-file=requirements-build.txt --strip-extras requirements-build.inThen run the |
nickboldt
left a comment
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.
may break our ability to build the mkdocs dependencies, like plantuml-markdown
and you're only changing ONE file but to bump the python deps you have to update 4 files per branch.
if you update a .in file, you have to regen the .txt files too -- see the instructions at the top of the .in file
pip-compile --allow-unsafe --output-file=requirements.txt --strip-extras requirements.in
See also https://issues.redhat.com/browse/RHIDP-8062 , which is blocked by https://issues.redhat.com/browse/RHEL-103914



It upgrades urllib3 (python library) for fixing CVE-2025-66418 which is required by requests.
Requests requires the following