chore(deps): drop EOL Django 3.2 + silence Dependabot pip noise - #659
Merged
Conversation
- tox.ini: remove the EOL Django 3.2 env (EOL Apr-2024) - requirements/py*-django32.txt: delete orphan EOL locks (top alert source) - .github/dependabot.yaml: pip open-pull-requests-limit: 0 (versions via pip-compile lock-regen; security updates/alerts unaffected; AR-033) - requirements.in -> runtime.in where present: the dependency graph does not scan runtime.in, eliminating .in false-positive alerts; pip-compile already prefers runtime.in. Actions: tox:drop-django32; dependabot:pip-limit-0; rm:py310-django32.txt
dlrsp-dev
enabled auto-merge (squash)
June 27, 2026 13:46
The data-files/MANIFEST entry referenced the deleted EOL lock, breaking the wheel build (can't copy requirements/py310-django32.txt).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #659 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 65 65
Branches 1 1
=========================================
Hits 65 65
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your 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.
Fleet dependency-hygiene remediation (AR-033). Actions: tox:drop-django32; dependabot:pip-limit-0; rm:py310-django32.txt.
Mirrors django-pkg template change; removes the largest source of stale Dependabot CVE alerts (EOL django32 locks) and stops per-package Dependabot pip version PRs.
.inrenamed toruntime.inso the GitHub dependency graph stops attributing false positives to the abstract source.