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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: RedHatInsights/ccx-upgrades-data-eng
Length of output: 327
🌐 Web query:
Black 26.3.0 security vulnerabilities CVE💡 Result:
black(Python formatter) release26.3.0on PyPI. The latest available release shown on PyPI is 26.1.0 (uploaded Jan 18, 2026). [1]psf/blackGitHub repo currently shows no published GitHub Security Advisories. [3]If you meant “Black 24.3.0” (not 26.3.0): that’s the version commonly referenced as the fix version for CVE-2024-21503. [2][4]
Sources: [1] PyPI
blackproject page, [2] SentinelOne CVE-2024-21503 entry, [3]psf/blackGitHub security page, [4] Safety/ResolvedSecurity CVE-2024-21503 package impact pages.Use Black 26.1.0 instead of 26.3.0—the latter does not exist on PyPI.
Black 26.3.0 is not published on PyPI; the latest available version is 26.1.0 (released Jan 18, 2026). The pre-commit configuration will fail when attempting to install this non-existent version. Update the revision to 26.1.0, which has no known security vulnerabilities.
🤖 Prompt for AI Agents