diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 5c637a1..e453188 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -90,6 +90,12 @@ github = "jellyfin/jellyfin" use_max_tag = true prefix = "v" +[python-stdlib-list] +source = "github" +github = "jackmaney/python-stdlib-list" +use_max_tag = true +prefix = "v" + [llhttp] source = "github" github = "nodejs/llhttp"