Story

Show HN: Depup – a dependency upgrade advisor for Python projects

saran-damm Sunday, December 14, 2025

I built depup, a CLI tool to scan Python dependencies, check PyPI versions, classify upgrade impact, and support CI workflows.

Docs: https://saran-damm.github.io/depup/ Repo: https://github.com/saran-damm/depup/

Summary
The article describes a tool called depup, which is a command-line interface for automatically updating dependencies in Python projects. Depup simplifies the dependency management process by providing a user-friendly interface to check for updates, install them, and commit the changes to a version control system.
3 0
Summary
github.com
Visit article Read on Hacker News