From ea051b4a73e67d1a1363f2d32355f3700f004366 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 21 Sep 2022 06:19:38 -0400 Subject: [PATCH] Prep for plette vendoring. --- pipenv/vendor/vendor.txt | 2 +- tasks/vendoring/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pipenv/vendor/vendor.txt b/pipenv/vendor/vendor.txt index 797e638a..5c8a02a2 100644 --- a/pipenv/vendor/vendor.txt +++ b/pipenv/vendor/vendor.txt @@ -12,7 +12,7 @@ parse==1.19.0 pexpect==4.8.0 pipdeptree==2.3.1 platformdirs==2.4.0 -plette[validation]==0.3.0 +plette[validation]==0.3.1 ptyprocess==0.7.0 pyparsing==3.0.9 python-dotenv==0.19.0 diff --git a/tasks/vendoring/__init__.py b/tasks/vendoring/__init__.py index 4e42f94c..67924cb4 100644 --- a/tasks/vendoring/__init__.py +++ b/tasks/vendoring/__init__.py @@ -63,6 +63,7 @@ LIBRARY_RENAMES = { "packaging": "pipenv.patched.pip._vendor.packaging", "pep517": "pipenv.patched.pip._vendor.pep517", "pkg_resources": "pipenv.patched.pip._vendor.pkg_resources", + "plette": "pipenv.vendor.plette", "urllib3": "pipenv.patched.pip._vendor.urllib3", "zipp": "pipenv.vendor.zipp", }