From 2a852c9ed3fb17d2b27a78489f3cfc7f78620737 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Mar 2021 21:09:07 +0200 Subject: [PATCH] pyproject.toml: Pin new version of csv-metadata-quality This version doesn't bother checking invalid multi-value separators. Instead it just fixes them. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f02d888..2ed8c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-only" [tool.poetry.dependencies] python = "^3.7.1" -csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "0e9176f0a6f694e85d38bf15c6b80708402bfa8b"} +csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "10612cf8911f289f140f51fa7186ae4eed4e602f"} Flask = "^1.1.2" ansi2html = "^1.6.0" gunicorn = "^20.0.4"