Skip to content

Files

Latest commit

 

History

History
21 lines (13 loc) · 905 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 905 Bytes

Ensure your Poetry dependencies are up to date

Check that the Poetry based Python project dependencies declared in pyproject.toml are up to date by comparing the used versions from poetry.lock to latest available versions available in PyPI.

The checks are carried out using pytest testing framework to generate reports that are easily usabe in CI environments.

asciicast

Usage

MacOS / Linux / Bash on Windows

curl -sSL https://raw.githubusercontent.com/NevercodeHQ/poetry-dependencies-checker/main/check-dependencies.py | python -

Windows PowerShell

(Invoke-WebRequest -Uri https://raw.githubusercontent.com/NevercodeHQ/poetry-dependencies-checker/main/check-dependencies.py -UseBasicParsing).Content | python -