Resolve Dependabot Alerts: Upgrade Dependencies#534
Merged
BinoyOza-okta merged 1 commit intomasterfrom Apr 22, 2026
Merged
Conversation
Bump runtime to their latest secure versions. Runtime dependency updates: - aenum: 3.1.16 → 3.1.17 - aiohttp: 3.13.4 → 3.13.5 - jwcrypto: 1.5.6 → 1.5.7 - PyJWT: 2.12.0 → 2.12.1 - xmltodict: 1.0.2 → 1.0.4
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.
Resolve Dependabot Alerts: Upgrade Dependencies & GitHub Actions
Summary
This PR addresses multiple Dependabot security alerts and version-bump PRs by upgrading all flagged runtime.
Motivation
Dependabot raised alerts and pull requests for several outdated packages that have known vulnerabilities or have since been superseded by newer secure releases. Rather than merging each Dependabot PR individually, this PR consolidates all the dependency bumps into a single change set for easier review and testing.
Changes
Runtime Dependencies (
requirements.txt,setup.py)OpenAPI Generator Templates (
openapi/templates/)The mustache templates used for SDK code generation (
requirements.mustache,setup.mustache) have been updated to match the new dependency versions so that future regenerations remain consistent.Files Changed
requirements.txt— Bump runtime + dev dependency versionssetup.py— Bump runtime dependency version specifiersopenapi/templates/requirements.mustache— Mirror requirements.txt updatesopenapi/templates/setup.mustache— Mirror setup.py updatesTesting
pytest tests/integration) passflake8) passes with the upgraded flake8 versionRisk Assessment
Low risk. All changes are dependency version bumps to address known Dependabot alerts. No application logic or SDK API changes are included.