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"