Python dependency scanner for repositories hosted on gitlab. Checks the state of project's dependencies (how up-to/out-of-date they are and their vulnerabilities) and attempts to update them if prompted.
- Python:
- requirements.txt
- pyproject.toml
- Fill out your env vars (see .env.example)
- Run
sbt run