fix: update urllib3 to 2.6.3 and requests to 2.32.4 to resolve CVEs#167
Open
aviadhahami wants to merge 1 commit intomainfrom
Open
fix: update urllib3 to 2.6.3 and requests to 2.32.4 to resolve CVEs#167aviadhahami wants to merge 1 commit intomainfrom
aviadhahami wants to merge 1 commit intomainfrom
Conversation
- urllib3 2.2.3 -> 2.6.3 (fixes GHSA-gm62-xv2j-4w53, GHSA-2xpw-w6gg-jr37, GHSA-38jv-5279-wg99, GHSA-pq67-6m6q-mj2v, GHSA-48p4-8xcf-vxj5) - requests 2.32.3 -> 2.32.4 (fixes GHSA-9hjg-9r4m-mvj7) Resolves RUN-562 Co-authored-by: Aviad Hahami <aviadhahami@users.noreply.github.com>
tamirdavid1
requested changes
Mar 24, 2026
Collaborator
tamirdavid1
left a comment
There was a problem hiding this comment.
not possible to upgrade this, need to handle it differently
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes security vulnerabilities in
urllib3andrequestsdependencies as identified in RUN-562.Changes
2.2.3→2.6.32.32.3→2.32.4Updated in both
setup.py(primary dependency source) andrequirements.txt(lock file).Vulnerabilities Fixed
Notes
urllib3-odigos(2.2.2) andodigos-requests(2.32.3.dev0) are separate forked packages and are not affected by these CVEs.requests 2.32.4andurllib3 2.6.3has been verified.Linear Issue: RUN-562