Update dependency pipenv to v2022.8.31
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pipenv | patch |
==2022.8.30 -> ==2022.8.31
|
Release Notes
pypa/pipenv
v2022.8.31
======================
Features & Improvements
- Performance optimization to
batch_install
results in a faster and less CPU intensivepipenv sync
orpipenv install
experience.#​5301 <https://github.com/pypa/pipenv/issues/5301>
_
Bug Fixes
-
pipenv
now uses aNamedTemporaryFile
for rsolver constraints and drops internal env varPIPENV_PACKAGES
.#​4925 <https://github.com/pypa/pipenv/issues/4925>
_
Removals and Deprecations
- Remove no longer used method
which_pip
.#​5314 <https://github.com/pypa/pipenv/issues/5314>
_ - Drop progress bar file due to recent performance optimization to combine
batch_install
requirements in at most two invocations ofpip install
. To see progress of install pass--verbose
flag andpip
progress will be output in realtime.#​5315 <https://github.com/pypa/pipenv/issues/5315>
_
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.