UNCLASSIFIED - NO CUI

Skip to content

Update dependency pipenv to v2022.3.23

renovate requested to merge renovate/pipenv-2022.x into development

This MR contains the following updates:

Package Type Update Change
pipenv ironbank-pypi minor 2022.1.8 -> 2022.3.23

Release Notes

pypa/pipenv

v2022.3.23

Compare Source

======================

Features & Improvements

  • Use environment variable PIPENV_SKIP_LOCK to control the behaviour of lock skipping. #&#8203;4797 <https://github.com/pypa/pipenv/issues/4797>_
  • New CLI command verify, checks the Pipfile.lock is up-to-date #&#8203;4893 <https://github.com/pypa/pipenv/issues/4893>_

Behavior Changes

  • Pattern expansion for arguments was disabled on Windows. #&#8203;4935 <https://github.com/pypa/pipenv/issues/4935>_

Bug Fixes

  • Python versions on Windows can now be installed automatically through pyenv-win #&#8203;4525 <https://github.com/pypa/pipenv/issues/4525>_
  • Patched our vendored Pip to fix: Pipenv Lock (Or Install) Does Not Respect Index Specified For A Package. #&#8203;4637 <https://github.com/pypa/pipenv/issues/4637>_
  • If PIP_TARGET is set to environment variables, Refer specified directory for calculate delta, instead default directory #&#8203;4775 <https://github.com/pypa/pipenv/issues/4775>_
  • Remove remaining mention of python2 and --two flag from codebase. #&#8203;4938 <https://github.com/pypa/pipenv/issues/4938>_
  • Use CI environment value, over mere existence of name #&#8203;4944 <https://github.com/pypa/pipenv/issues/4944>_
  • Environment variables from dot env files are now properly expanded when included in scripts. #&#8203;4975 <https://github.com/pypa/pipenv/issues/4975>_

Vendored Libraries

  • Updated vendor version of pythonfinder from 1.2.9 to 1.2.10 which fixes a bug with WSL (Windows Subsystem for Linux) when a path can not be read and Permission Denied error is encountered. #&#8203;4976 <https://github.com/pypa/pipenv/issues/4976>_

Removals and Deprecations

  • Removes long broken argument --code from install and --unused from check. Check command no longer takes in arguments to ignore. Removed the vendored dependencies: pipreqs and yarg #&#8203;4998 <https://github.com/pypa/pipenv/issues/4998>_

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports