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.
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 -