Summarized Changelog:
- Fix a bug where passing --skip-lock when PIPFILE has no [SOURCE] section throws an error
- Fix bug where environment wouldn't activate in paths containing & and $ symbols
- Fix a bug that importlib-metadata from the project's dependencies conflicts with that from pipenv's
- Fix a bug where pep508checker.py did not expect double-digit Python minor versions
- Fix bug where environment wouldn't activate in paths containing () and [] symbols
- Fix bug preventing use of pipenv lock --pre
Full changelog available here.
Depends on D11691