UNCLASSIFIED - NO CUI

Skip to content

Update dependency pipenv to v2022.8.31

renovate requested to merge renovate/all into development

This MR contains the following updates:

Package Update Change
pipenv patch ==2022.8.30 -> ==2022.8.31

Release Notes

pypa/pipenv

v2022.8.31

Compare Source

======================

Features & Improvements

  • Performance optimization to batch_install results in a faster and less CPU intensive pipenv sync or pipenv install experience. #&#8203;5301 <https://github.com/pypa/pipenv/issues/5301>_

Bug Fixes

  • pipenv now uses a NamedTemporaryFile for rsolver constraints and drops internal env var PIPENV_PACKAGES. #&#8203;4925 <https://github.com/pypa/pipenv/issues/4925>_

Removals and Deprecations

  • Remove no longer used method which_pip. #&#8203;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 of pip install. To see progress of install pass --verbose flag and pip progress will be output in realtime. #&#8203;5315 <https://github.com/pypa/pipenv/issues/5315>_

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports