fix: update urllib3 2.2.3 → 2.6.3 and requests 2.32.3 → 2.33.0#176
Open
aviadhahami wants to merge 2 commits intomainfrom
Open
fix: update urllib3 2.2.3 → 2.6.3 and requests 2.32.3 → 2.33.0#176aviadhahami wants to merge 2 commits intomainfrom
aviadhahami wants to merge 2 commits intomainfrom
Conversation
Fixes 7 CVEs: - GHSA-gm62-xv2j-4w53 (High) - urllib3 - GHSA-2xpw-w6gg-jr37 (High) - urllib3 - GHSA-38jv-5279-wg99 (High) - urllib3 - GHSA-pq67-6m6q-mj2v (Medium) - urllib3 - GHSA-48p4-8xcf-vxj5 (Medium) - urllib3 - GHSA-9hjg-9r4m-mvj7 (Medium) - requests - GHSA-gc5v-m9x4-r6x2 (Medium) - requests RUN-627 Co-authored-by: Aviad Hahami <aviadhahami@users.noreply.github.com>
…ith Python 3.10 requests 2.33.0 requires Python >=3.10, so bump python_requires and remove 3.9 from all CI workflow matrices. Co-authored-by: Aviad Hahami <aviadhahami@users.noreply.github.com>
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
Update vulnerable dependencies
urllib3andrequeststo fix 7 CVEs (3 High, 4 Medium).Changes
urllib3requestsBoth
setup.pyandrequirements.txtupdated. Minimum Python version bumped from 3.9 to 3.10 (Python 3.9 is EOL since Oct 2025, andrequests 2.33.0requires>=3.10).CI workflow updates
requirements.txtwith Python 3.10 (matching CI'scheck-requirementsjob)CVEs Fixed
RUN-627
Linear Issue: RUN-627