UNCLASSIFIED - NO CUI

Skip to content

Update all dependencies

renovate requested to merge renovate/all into development

This MR contains the following updates:

Package Update Change
pipenv patch ==2022.8.24 -> ==2022.8.30
virtualenv (source) patch ==20.16.3 -> ==20.16.4

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>_
pypa/virtualenv

v20.16.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/virtualenv/compare/20.16.3...20.16.4


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.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Merge request reports