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 formpackage = "(^|~|>=)?version"
. -
Additional dependencies of hooks in
.pre-commit-config.yaml
for pre-commit (see pre-commit#1351). Limited to simple Python dependencies of the formpackage==version
.
pip install py-check-updates
py-check-updates