Update dependency pipenv to v2022.7.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pipenv | ironbank-pypi | minor |
2022.6.7 -> 2022.7.4
|
Release Notes
pypa/pipenv
v2022.7.4
=====================
Behavior Changes
- Adjust
pipenv requirements
to add markers and add an--exclude-markers
option to allow the exclusion of markers.#​5092 <https://github.com/pypa/pipenv/issues/5092>
_
Bug Fixes
- Stopped expanding environment variables when using
pipenv requirements
#​5134 <https://github.com/pypa/pipenv/issues/5134>
_
Vendored Libraries
- Depend on
requests
andcertifi
from vendoredpip
and remove them as explicit vendor dependencies.#​5000 <https://github.com/pypa/pipenv/issues/5000>
_ - Vendor in the latest version of
requirementslib==1.6.5
which includes bug fixes for beta python versions, projects with an at sign (@) in the path, and asetuptools
deprecation warning.#​5132 <https://github.com/pypa/pipenv/issues/5132>
_
Relates to dev process changes
- Switch from using type comments to type annotations.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.