Pinning Python runtime on Heroku prevents it from getting security updates.
remote: -----> Python app detected
remote: ! Python has released a security update! Please consider upgrading to python-3.6.10
remote: Learn More: https://devcenter.heroku.com/articles/python-runtimes
The secure way is to allow any newer patch version to be installed. Proposed syntax.
Pinning Python runtime on Heroku prevents it from getting security updates.
The secure way is to allow any newer patch version to be installed. Proposed syntax.