fix(build): refresh Python dependencies and unblock security CI - #794
Merged
Merged
Conversation
Bumps the pip group with 3 updates in the / directory: [checkov](https://github.com/bridgecrewio/checkov), [gitpython](https://github.com/gitpython-developers/GitPython) and [python-hcl2](https://github.com/amplify-education/python-hcl2). Bumps the pip group with 2 updates in the /src/500-application/506-ros2-connector directory: [numpy](https://github.com/numpy/numpy) and [python-dotenv](https://github.com/theskumar/python-dotenv). Updates `checkov` from 3.2.531 to 3.3.16 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.531...3.3.16) Updates `gitpython` from 3.1.58 to 3.1.61 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.58...3.1.61) Updates `python-hcl2` from 8.1.2 to 8.1.3 - [Release notes](https://github.com/amplify-education/python-hcl2/releases) - [Changelog](https://github.com/amplify-education/python-hcl2/blob/main/CHANGELOG.md) - [Commits](amplify-education/python-hcl2@v8.1.2...v8.1.3) Updates `numpy` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.5.1...v2.5.2) Updates `python-dotenv` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: checkov dependency-version: 3.3.16 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: gitpython dependency-version: 3.1.61 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: python-hcl2 dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Dependency ReviewThe following issues were found:
Vulnerabilitiesrequirements.txt
Only included vulnerabilities with severity high or higher. OpenSSF Scorecard
Scanned Files
|
🔒 - Generated by Copilot
29 tasks
🔒 - Generated by Copilot
📚 Documentation Health ReportGenerated on: 2026-09-09 12:47:25 UTC 📈 Documentation Statistics
🏗️ Three-Tree Architecture Status
🔍 Quality Metrics
This report is automatically generated by the Documentation Automation workflow. |
📚 Documentation Health ReportGenerated on: 2026-09-09 22:47:47 UTC 📈 Documentation Statistics
🏗️ Three-Tree Architecture Status
🔍 Quality Metrics
This report is automatically generated by the Documentation Automation workflow. |
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.
Pull Request
Description
Updated GitPython to 3.1.61, python-hcl2 to 8.1.3, NumPy to 2.5.2 and python-dotenv to 1.2.3. Split the Checkov upgrade into draft #797, retaining Checkov 3.2.531 here and removing its newly introduced ecdsa dependency.
Added commit b13917f to fix the remaining high-severity findings blocking Security Scan. Updated all locked js-yaml v4 copies to 4.3.2 and the docs dependencies to svgo 3.3.5, qs 6.16.0, colord 2.10.0 and joi 17.13.7. No scan thresholds, suppressions, permissions, or workflow failure handling were changed.
Related Issue
Relates to draft #797, which keeps the Checkov-only update blocked pending advisory remediation.
Type of Change
Implementation Details
The Checkov removal was published as additive commit bfa7d59. The CI fix changes four npm lockfiles (root tools, docs, markdown link checker, chat application) and the docs override floors. Lockfile package sets and root metadata were preserved; only the five identified npm packages changed.
Checkov 3.2.531 requires asteval==1.0.6. Its two medium-severity findings remain visible, below the unchanged high-severity Grype failure threshold. Upgrading asteval independently would violate Checkov's declared requirements, so this PR does not force an incompatible dependency or add an exception.
Testing Performed
Validation on the CI-fix tree:
Fresh hosted CI was triggered by the latest push; no all-green hosted result is claimed yet. No cloud deployment or full ROS2 integration build was run.
Validation Steps
Checklist
terraform fmton all Terraform codeterraform validateon all Terraform codeaz bicep formaton all Bicep codeaz bicep buildto validate all Bicep codeSecurity Review
No new vulnerability suppressions or reduced enforcement. The two medium asteval advisories remain disclosed; #797 retains the separately blocked ecdsa/Checkov update.
Additional Notes
#797 remains draft and was not changed by this CI fix. No branches were rebased or force-pushed and no PR was merged.
Screenshots (if applicable)
Not applicable.