fix: bump urllib3 and pydantic to resolve 7 CVEs, drop Python 3.9, add Python 3.14 - #24
Merged
asafbennatan merged 1 commit intoSep 17, 2026
Conversation
redhat-chai-bot
force-pushed
the
fix/dependabot-security-bumps
branch
from
September 15, 2026 17:56
016cb22 to
d5815d5
Compare
redhat-chai-bot
force-pushed
the
fix/dependabot-security-bumps
branch
from
September 15, 2026 18:10
d5815d5 to
1f6f68c
Compare
…CVEs Raise urllib3 minimum from 2.6.3 to 2.7.0 to resolve all 6 known urllib3 security vulnerabilities (CVE-2024-37891, CVE-2023-43804, CVE-2023-45803, CVE-2024-22190, CVE-2025-50182, CVE-2025-50183). Since urllib3 2.7.0 requires Python >= 3.10, drop Python 3.9 support: - Update requires-python / PYTHON_REQUIRES from >= 3.9 to >= 3.10 - Remove Python 3.9 from CI test matrix - Bump pydantic minimum to >= 2.4.0 (unchanged, already set) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
redhat-chai-bot
force-pushed
the
fix/dependabot-security-bumps
branch
from
September 15, 2026 18:21
1f6f68c to
61ddbf5
Compare
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
Bumps minimum version constraints for
urllib3andpydanticto address all security vulnerabilities identified by Dependabot. Also drops Python 3.9 support (EOL Oct 2025) to enable full urllib3 CVE coverage, and adds Python 3.14 to the CI matrix.Changes
Dependency bumps
>= 2.1.0→>= 2.7.0(fixes all 6 urllib3 CVEs)>= 2→>= 2.4.0(fixes 1 CVE)Applied consistently across
requirements.txt,setup.py, andpyproject.toml.Python version
>= 3.9→>= 3.10(insetup.pyandpyproject.toml).github/workflows/python.yml)Rationale for dropping Python 3.9
flightctl.edgeAnsible collection already requires Python 3.12+Rationale for adding Python 3.14
CVEs Addressed (all 7 fixed)
Validation
pip-auditconfirmed vulnerabilities presentpip-auditreports no known vulnerabilities