iterative / py-template

Hypermodern Python Cookiecutter
http://cookiecutter-hypermodern-python.readthedocs.io/
MIT License
14 stars 7 forks source link

drop safety #137

Closed skshetry closed 2 months ago

skshetry commented 2 months ago

GitHub has dependency alerts and dependency security updates that can replace safety.

For the past few months, safety has been raising vulnerability errors for pip and now jinja2. The latter is a dependency of safety itself, and both CVEs are disputed.

Which is breaking CI for us.

Closes #132.