Skip to content

tueda/py-check-updates

Repository files navigation

py-check-updates

Test PyPI version Codecov

This is a dependency update checker to assist Python package developers.

If you are the kind of paranoid person who checks whether packages in your dependency lists are updated once a week and you do it manually for some technical reasons, then this program is for you.

Currently, the program checks updates (it does not automatically update them, though) for:

  • Top-level dependencies in pyproject.toml for Poetry (see poetry#2684). Limited to simple versions of the form package = "(^|~|>=)?version".

  • Additional dependencies of hooks in .pre-commit-config.yaml for pre-commit (see pre-commit#1351). Limited to simple Python dependencies of the form package==version.

Installation

pip install py-check-updates

Usage

py-check-updates