From d51bc8bb87c609d3be831a14b2977285ba2559f3 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 12 Apr 2022 15:19:57 +1200 Subject: [PATCH] nvchecker: add python-pgpy --- .repo/nvchecker.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 4201edc..892ce36 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -136,6 +136,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-pgpy] +source = "github" +github = "SecurityInnovation/PGPy" +use_max_tag = true +prefix = "v" + [python-weasyprint] source = "github" github = "Kozea/WeasyPrint"