UNCLASSIFIED - NO CUI

Skip to content

Update dependency pipenv to v2022.8.30

renovate requested to merge renovate/pipenv-2022.x into development

This MR contains the following updates:

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

Release Notes

pypa/pipenv

v2022.8.30

Compare Source

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

Bug Fixes

  • Fix an issue when using pipenv install --system on systems that having the python executable pointing to Python 2 and a Python 3 executable being python3. #&#8203;5296 <https://github.com/pypa/pipenv/issues/5296>_
  • Sorting constraints before resolving, which fixes pipenv lock generates nondeterminism environment markers. #&#8203;5299 <https://github.com/pypa/pipenv/issues/5299>_
  • Fix #​5273, use our own method for checking if a package is a valid constraint. #&#8203;5309 <https://github.com/pypa/pipenv/issues/5309>_

Vendored Libraries

  • Vendor in requirementslib==2.0.1 which fixes issue with local install not marked editable, and vendor in vistir==0.6.1 which drops python2 support. Drops orderedmultidict from vendoring. #&#8203;5308 <https://github.com/pypa/pipenv/issues/5308>_

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