You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Maybe I misunderstand the concept of Pipfile.lock and pipenv lock, but as far as I see, pipenv lock updates outdated packages in Pipfile.lock. However, I would assume that during deployment we would want to use packages of a previous freeze (not freeze during deployment). I'm also not sure if pipenv lock --keep-outdated would do the right thing.
Maybe I misunderstand the concept of Pipfile.lock and
pipenv lock, but as far as I see,pipenv lockupdates outdated packages in Pipfile.lock. However, I would assume that during deployment we would want to use packages of a previous freeze (not freeze during deployment). I'm also not sure ifpipenv lock --keep-outdatedwould do the right thing.