Update dependency pipenv to v2022.8.14
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pipenv | ironbank-pypi | patch |
2022.8.5 -> 2022.8.14
|
Release Notes
pypa/pipenv
v2022.8.14
======================
Bug Fixes
- Removed
packaging
library fromBAD_PACKAGES
constant to allow it to be installed, which fixes regression frompipenv==2022.8.13
.#​5247 <https://github.com/pypa/pipenv/issues/5247>
_
v2022.8.13
======================
Bug Fixes
- If environment variable
CI
orTF_BUILD
is set but does not evaluate toFalse
it is now treated asTrue
.#​5128 <https://github.com/pypa/pipenv/issues/5128>
_ - Fix auto-complete crashing on 'install' and 'uninstall' keywords
#​5214 <https://github.com/pypa/pipenv/issues/5214>
_ - Address remaining
pipenv
commands that were still referencing the user or system installedpip
to use the vendoredpip
internal topipenv
.#​5229 <https://github.com/pypa/pipenv/issues/5229>
_ - Use
packages
as contraints when lockingdev-packages
in Pipfile. Usepackages
as contraints when installing newdev-packages
.#​5234 <https://github.com/pypa/pipenv/issues/5234>
_
Vendored Libraries
- Vendor in minor
pip
update22.2.2
#​5230 <https://github.com/pypa/pipenv/issues/5230>
_
Improved Documentation
- Add documentation for environment variables the configure pipenv.
#​5235 <https://github.com/pypa/pipenv/issues/5235>
_
Removals and Deprecations
- The deprecated way of generating requirements
install -r
orlock -r
has been removed in favor of thepipenv requirements
command.#​5200 <https://github.com/pypa/pipenv/issues/5200>
_
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by renovate