My Python app on Heroku failed to build consistently:
-----> Python app detected ! Python has released a security update! Please consider upgrading t
Try this in your app.json. Although it a temporary solution
"buildpacks": [ { "url": "https://github.com/heroku/heroku-buildpack-python.git#remove- sqlite" },
See: https://travis-ci.org/heroku/heroku-buildpack-python
Upgrade the the stack from heroku-16 to heroku-18 in app.json.
heroku-16
heroku-18
app.json