mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
6b3cc1e7ea
- Update history, add changelog, add news entries Signed-off-by: Dan Ryan <dan@danryan.co>
3 lines
240 B
Plaintext
3 lines
240 B
Plaintext
Locking will now pin the correct VCS ref during ``pipenv update`` runs.
|
|
Running ``pipenv update`` with a new vcs ref specified in the ``Pipfile`` will now properly obtain, resolve, and install the specified dependency at the specified ref.
|