Python Requirements Update - #273
Open
edx-requirements-bot wants to merge 2 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #273 +/- ##
=======================================
Coverage 87.64% 87.64%
=======================================
Files 157 157
Lines 13450 13450
Branches 1303 1303
=======================================
Hits 11788 11788
Misses 1359 1359
Partials 303 303 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
edx-lint 6.2.0 adds PiiAnnotationChecker, whose `pii-terms` option defaults to None and raises ValueError when it is not configured. The checked-in pylintrc was generated by edx-lint 5.6.0 and has no [PII] section, so every Django models.py aborted with F0002 (astroid-error). The aborted walk also leaked import state into the next module, which surfaced as spurious C0411/C0413 in signals.py and prompts/api.py. Regenerated with `edx_lint write pylintrc` under edx-lint 6.2.0, which adds the [PII] section and enables pii-invalid-no-pii-annotation. Verified with this PR's pins (pylint 4.0.7 / astroid 4.0.4 / edx-lint 6.2.0): pylint exits 0, no F0002, no new W7633. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
🤖 Automated Requirements Analysis — 2026-08-24 CI Status: Success (Codecov report generated, mergeable) Dependency Changes
Findings
Recommended Validation
|
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.
Python requirements update.Please review the changelogs for the upgraded packages.
Deleted obsolete pull_requests:
#266