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", }