For some reason 3 Python dependencies, gunicorn, uvicornand psycopg2 are explicit in the Dockerfile (and Dockerfile.openshift). This keeps them from getting upgraded. I don't see any reason these can't just be moved to the requirements.txt.
Also check if there are upgrades available for these libraries.
For some reason 3 Python dependencies,
gunicorn
,uvicorn
andpsycopg2
are explicit in the Dockerfile (and Dockerfile.openshift). This keeps them from getting upgraded. I don't see any reason these can't just be moved to the requirements.txt.Also check if there are upgrades available for these libraries.