Update dependency pipenv to v2022.8.30
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pipenv | patch |
==2022.8.24 -> ==2022.8.30
|
Release Notes
pypa/pipenv
v2022.8.30
======================
Bug Fixes
- Fix an issue when using
pipenv install --system
on systems that having thepython
executable pointing to Python 2 and a Python 3 executable beingpython3
.#​5296 <https://github.com/pypa/pipenv/issues/5296>
_ - Sorting
constraints
before resolving, which fixespipenv lock
generates nondeterminism environment markers.#​5299 <https://github.com/pypa/pipenv/issues/5299>
_ - Fix #5273, use our own method for checking if a package is a valid constraint.
#​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 invistir==0.6.1
which drops python2 support. Dropsorderedmultidict
from vendoring.#​5308 <https://github.com/pypa/pipenv/issues/5308>
_
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.