UNCLASSIFIED - NO CUI

Skip to content

Update dependency pipenv to v2022.8.14

renovate requested to merge renovate/all into development

This MR contains the following updates:

Package Update Change
pipenv patch ==2022.8.5 -> ==2022.8.14

Release Notes

pypa/pipenv

v2022.8.14

Compare Source

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

Bug Fixes

  • Removed packaging library from BAD_PACKAGES constant to allow it to be installed, which fixes regression from pipenv==2022.8.13. #&#8203;5247 <https://github.com/pypa/pipenv/issues/5247>_

v2022.8.13

Compare Source

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

Bug Fixes

  • If environment variable CI or TF_BUILD is set but does not evaluate to False it is now treated as True. #&#8203;5128 <https://github.com/pypa/pipenv/issues/5128>_
  • Fix auto-complete crashing on 'install' and 'uninstall' keywords #&#8203;5214 <https://github.com/pypa/pipenv/issues/5214>_
  • Address remaining pipenv commands that were still referencing the user or system installed pip to use the vendored pip internal to pipenv. #&#8203;5229 <https://github.com/pypa/pipenv/issues/5229>_
  • Use packages as contraints when locking dev-packages in Pipfile. Use packages as contraints when installing new dev-packages. #&#8203;5234 <https://github.com/pypa/pipenv/issues/5234>_

Vendored Libraries

  • Vendor in minor pip update 22.2.2 #&#8203;5230 <https://github.com/pypa/pipenv/issues/5230>_

Improved Documentation

  • Add documentation for environment variables the configure pipenv. #&#8203;5235 <https://github.com/pypa/pipenv/issues/5235>_

Removals and Deprecations

  • The deprecated way of generating requirements install -r or lock -r has been removed in favor of the pipenv requirements command. #&#8203;5200 <https://github.com/pypa/pipenv/issues/5200>_

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.

Edited by renovate

Merge request reports