Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PyYAML==6.0
deepdiff==5.8.1
deepdiff==8.6.1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deepdiff 8.x likely incompatible with Python 3.7 CI

High Severity

The CI workflow at .github/workflows/consistency-check.yaml uses Python 3.7, but deepdiff 8.x dropped support for Python 3.7 (which reached end-of-life in June 2023). The upgrade from 5.8.1 to 8.6.1 will cause the pip install -r scripts/requirements.txt step in the helm-chart-verify-rbac job to fail with a version incompatibility error, breaking the CI pipeline.

Fix in Cursor Fix in Web

PyGithub==1.57
pytest==7.0.1
jsonpatch==1.32
Loading