Update dependency pipenv to v2022.8.19
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pipenv | patch |
==2022.8.17 -> ==2022.8.19
|
Release Notes
pypa/pipenv
v2022.8.19
======================
Bug Fixes
- Fix issue where resolver is provided with
install_requires
constraints fromsetup.py
that depend on editable dependencies and could not resolve them.#​5271 <https://github.com/pypa/pipenv/issues/5271>
_ - Fix for
pipenv lock
fails for packages with extras as of2022.8.13
.#​5274 <https://github.com/pypa/pipenv/issues/5274>
_ - Revert the exclusion of
BAD_PACKAGES
frombatch_install
in order forpipenv
to install specific versions ofsetuptools
. To prevent issue upgradingsetuptools
this patches_USE_SYSCONFIG_DEFAULT
to usesysconfig
for3.7
and above whereaspip
default behavior was3.10
and above.#​5275 <https://github.com/pypa/pipenv/issues/5275>
_
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by renovate