A Python package that automatically checks PyPI for new versions of your dependencies and updates your requirements files
A Python package that automatically checks PyPI for new versions of your
dependencies and updates your requirements files with comprehensive format
support.
Features:
- Automatic update detection from PyPI
- Universal format support (requirements.txt, setup.py, pyproject.toml)
- Dependency-aware updates with correct ordering
- Safe dry-run mode and interactive confirmation
- Integration with existing compilation scripts