chore: Update ruff, aiohttp, cryptography, urllib3, codecov-action; drop Python 3.8; replace Snyk with SCA scan#808
Merged
kishore7snehil merged 3 commits intomasterfrom Mar 30, 2026
Conversation
kailash-b
approved these changes
Mar 30, 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.
Changes
Python 3.8 Support Dropped
Python 3.8 reached end-of-life in October 2024. Several security-patched dependency versions (
aiohttp,cryptography,urllib3) require Python >=3.9, making it impossible to keep 3.8 support while applying security fixes. The previous minimum (>=3.8) allowed installation on Python versions that can only resolve to vulnerable dependency versions.pythonfrom^3.8to>=3.9.2,<4.0(3.9.0 and 3.9.1 are excluded bycryptographydue to known bugs in those patch releases)Programming Language :: Python :: 3.8classifier frompyproject.tomlREADME.md,v5_MIGRATION_GUIDE.md, andgithub_discussion_v5_announcement.mdto reflect Python >=3.9Dependency Updates
Python Dependencies - From Dependabot PRs
rufffrom0.11.5to0.15.8(#806)responsesupper bound from<0.26.0to<0.28.0(#786)Python Dependencies - From Security Review
aiohttpfrom>=3.10.11to>=3.11.18- fixes multiple CVEs; previous minimum resolved to versions with known vulnerabilities on Python 3.8cryptographyfrom>=43.0.1to>=44.0.0- fixes known vulnerabilities in older versionsurllib3from>=2.2.3to>=2.3.0- fixes known vulnerabilities; requires Python >=3.9GitHub Actions
codecov/codecov-actionfrom5.5.1to6.0.0(SHA pin updated) (#805)CI Workflow Changes
sca_scan.yml- new SCA scan usingauth0/devsecops-toolingreusable workflow withrequirements.txtsnyk.yml- replaced by the newsca_scan.ymlreusable workflowdocs.yml- documentation build workflow removed.claude/to.gitignore