Update dependency pipenv to v2022.3.28
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pipenv | ironbank-pypi | patch |
2022.3.24 -> 2022.3.28
|
Release Notes
pypa/pipenv
v2022.3.28
======================
Bug Fixes
- Environment variables were not being loaded when the
--quiet
flag was set#​5010 <https://github.com/pypa/pipenv/issues/5010>
_ - It would appear that
requirementslib
was not fully specifying the subdirectory tobuild_pep517
and and when a new version ofsetuptools
was released, the testtest_lock_nested_vcs_direct_url
broke indicating the Pipfile.lock no longer contained the extra dependencies that should have been resolved. This regression affectedpipenv>=2021.11.9
but has been fixed by a patch torequirementslib
.#​5019 <https://github.com/pypa/pipenv/issues/5019>
_
Vendored Libraries
- Vendor in pip==21.2.4 (from 21.2.2) in order to bring in requested bug fix for python3.6. Note: support for 3.6 will be dropped in a subsequent release.
#​5008 <https://github.com/pypa/pipenv/issues/5008>
_
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.