chore(deps): bump deps and drop EOL Python versions#146
Merged
Dhawal (dgawande12) merged 1 commit intomainfrom May 7, 2026
Merged
chore(deps): bump deps and drop EOL Python versions#146Dhawal (dgawande12) merged 1 commit intomainfrom
Dhawal (dgawande12) merged 1 commit intomainfrom
Conversation
|
Fixed Issues (6)Great job! The following issues were fixed in this Pull Request
Use Checkmarx (@Checkmarx) to interact with Checkmarx PR Assistant. |
Erik Schmidt (eschmidtfds)
previously approved these changes
May 6, 2026
… 3.8/3.9 (v3.0.0)
5a30b5f to
dd6daff
Compare
Erik Schmidt (eschmidtfds)
approved these changes
May 6, 2026
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.



Description
Addresses 9 HIGH and MEDIUM security CVEs across core dependencies. Drops support
for Python 3.8 and 3.9 — both end-of-life and the root blocker for patching these CVEs.
Why Python 3.10 is the minimum required to fix these CVEs
Several CVEs cannot be patched on Python 3.8 or 3.9 - not due to a code change, but
because the patched versions of the dependencies themselves require Python 3.10+:
requests 2.33.0(fixes 4 CVEs) requires Python ≥ 3.10urllib3 2.6.3(fixes 3 HIGH CVEs) is only reachable viarequests 2.33.0Staying on Python 3.8/3.9 means these CVEs cannot be resolved regardless of any
other change made to this library.
Security Fixes
joserfc>=0.9,<1.3→>=1.6.3,<2.0requests^2.28.2→^2.33.0urllib32.2.3→2.6.3(transitive via requests)cryptography43.0.3→48.0.0(transitive)black^24.8.0→^26.3.1(dev only, not shipped)User Impact
Fixes #144
No changes to any public API.
ConfidentialClient,get_access_token(), config format,proxy, SSL, and retry options are all identical.
Checklist
Ensure the following things have been met before requesting a review: