From 0e5e4ea05b030356063d3396bad70ab44b9b4cd1 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 21 Sep 2022 06:38:37 -0400 Subject: [PATCH] Port change from safety vendoring PR to make the vendor renames work the same as patch. --- pipenv/patched/patched.txt | 1 - tasks/vendoring/__init__.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/patched/patched.txt b/pipenv/patched/patched.txt index 2afe82f8..64dd82a6 100644 --- a/pipenv/patched/patched.txt +++ b/pipenv/patched/patched.txt @@ -1,3 +1,2 @@ pip==22.2.2 -pipfile==0.0.2 safety==1.10.3 diff --git a/tasks/vendoring/__init__.py b/tasks/vendoring/__init__.py index 3f1d2199..ed337d66 100644 --- a/tasks/vendoring/__init__.py +++ b/tasks/vendoring/__init__.py @@ -53,6 +53,7 @@ FILE_WHITE_LIST = ( "safety.zip", "cacert.pem", "vendor_pip.txt", + "plette", ) PATCHED_RENAMES = {}