#5064 <https://github.com/pypa/pipenv/issues/5064>_NO_COLOR environment variable and deprecate PIPENV_COLORBLIND variable, which will be removed after this release. #5158 <https://github.com/pypa/pipenv/issues/5158>_no_deps for all other requirements in the loop causing a retry condition. #5164 <https://github.com/pypa/pipenv/issues/5164>_requirementslib for fix to lock when using editable VCS module with specific @ git reference. #5179 <https://github.com/pypa/pipenv/issues/5179>_#3741 <https://github.com/pypa/pipenv/issues/3741>_pip==22.1.2 which upgrades pipenv from pip==22.0.4.
Vendor in latest version of requirementslib==1.6.7 which includes a fix for tracebacks on encountering Annotated variables.
Vendor in latest version of pip-shims==0.7.3 such that imports could be rewritten to utilize packaging from vendor'd pip.
Drop the packaging requirement from the vendor directory in pipenv. #5147 <https://github.com/pypa/pipenv/issues/5147>_normailze-charset. #5161 <https://github.com/pypa/pipenv/issues/5161>_funcsigs. #5168 <https://github.com/pypa/pipenv/issues/5168>_pyparsing==3.0.9. #5170 <https://github.com/pypa/pipenv/issues/5170>_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>_pipenv requirements #5134 <https://github.com/pypa/pipenv/issues/5134>_requests and certifi from vendored pip and remove them as explicit vendor dependencies. #5000 <https://github.com/pypa/pipenv/issues/5000>_requirementslib==1.6.5 which includes bug fixes for beta python versions, projects with an at sign (@) in the path, and a setuptools deprecation warning. #5132 <https://github.com/pypa/pipenv/issues/5132>_