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 = {}