From 82da2f7e6044cd4f8021eeae7bd8d42892464758 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Fri, 22 Apr 2022 15:34:05 +1200 Subject: [PATCH] nvchecker: remove python-marshmallow-dataclass --- .repo/nvchecker.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 6c8156d..7db4049 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -1517,12 +1517,6 @@ github = "cjolowicz/nox-poetry" use_max_tag = true prefix = "v" -[python-marshmallow-dataclass] -source = "github" -github = "lovasoa/marshmallow_dataclass" -use_max_tag = true -prefix = "v" - [reuse] source = "github" github = "fsfe/reuse-tool"