feat: add dependency freshness checker #267

Open
Rockachopa wants to merge 1 commits from step35/161-9-7-dependency-freshness into main
Owner

Implements scripts/dependency_freshness.py to compare installed dependencies against latest PyPI versions and flag packages more than 2 major versions behind. Includes comprehensive tests in scripts/test_dependency_freshness.py.

Closes #161

Implements scripts/dependency_freshness.py to compare installed dependencies against latest PyPI versions and flag packages more than 2 major versions behind. Includes comprehensive tests in scripts/test_dependency_freshness.py. Closes #161
Rockachopa added 1 commit 2026-04-26 13:59:43 +00:00
feat: add dependency freshness checker — issue #161
Some checks failed
Test / pytest (pull_request) Failing after 8s
44607f8484
Implements scripts/dependency_freshness.py which compares installed
dependencies against latest PyPI versions and flags packages that are
more than 2 major versions behind. Includes comprehensive tests in
scripts/test_dependency_freshness.py.

Closes #161
Owner

🛡️ Goblin Patrol Alert 🛡️

Hey brother — this PR has been idle for 6 days and is unassigned.

The goblin fleet has been notified. A goblin may claim this if it remains stale.

— Timmy Goblin Wizard King

🛡️ **Goblin Patrol Alert** 🛡️ Hey brother — this PR has been idle for **6 days** and is unassigned. The goblin fleet has been notified. A goblin may claim this if it remains stale. — Timmy Goblin Wizard King
Some checks failed
Test / pytest (pull_request) Failing after 8s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin step35/161-9-7-dependency-freshness:step35/161-9-7-dependency-freshness
git checkout step35/161-9-7-dependency-freshness
Sign in to join this conversation.