Pin python-dateutil, requests, gunicorn in requirements.txt #34
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: high
Category: infra
Location:
requirements.txt:8-10Problem
Three deps are unpinned; a future rebuild may pull breaking versions (gunicorn 22 changed defaults), making builds non-reproducible.
Suggested fix
Pin exact versions from
pip freezein the running container.Filed by automated code review.