From 3715c5e9768b83fe49b0ade51487cefac7b6417d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 13 Mar 2021 13:02:47 +0200 Subject: [PATCH] Use new commit for csv-metadata-quality This one doesn't treat the fixing of invalid multi-value separators as "unsafe". --- poetry.lock | 6 +++--- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8440da2..356418a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -107,8 +107,8 @@ xlrd = "^1.2.0" [package.source] type = "git" url = "https://github.com/ilri/csv-metadata-quality.git" -reference = "46098861ed71cf52cd3f32067ea427146dc1a2bf" -resolved_reference = "46098861ed71cf52cd3f32067ea427146dc1a2bf" +reference = "1008acf35e2753d9194755dd186c5428a0c520e6" +resolved_reference = "1008acf35e2753d9194755dd186c5428a0c520e6" [[package]] name = "decorator" @@ -606,7 +606,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "a3145fc9ae0ec37f6d9035b471d34b1cc2aa6cfdac432e42ec2c5bc7c6975b84" +content-hash = "fbfb39d76c68d400ad3a6a1aefeb2b36b577b0a36630a6cbdda0b38e2cf8c30d" [metadata.files] ansi2html = [ diff --git a/pyproject.toml b/pyproject.toml index 2bddd17..236163f 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 = "46098861ed71cf52cd3f32067ea427146dc1a2bf"} +csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "1008acf35e2753d9194755dd186c5428a0c520e6"} Flask = "^1.1.2" ansi2html = "^1.6.0" gunicorn = "^20.0.4" diff --git a/requirements-dev.txt b/requirements-dev.txt index 5a78d9c..ebdc47a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ certifi==2020.12.5; python_full_version >= "3.7.1" and python_full_version < "4. chardet==4.0.0; python_full_version >= "3.7.1" and python_full_version < "4.0.0" click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" colorama==0.4.4; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and (python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0") -csv-metadata-quality @ git+https://github.com/ilri/csv-metadata-quality.git@46098861ed71cf52cd3f32067ea427146dc1a2bf ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" +csv-metadata-quality @ git+https://github.com/ilri/csv-metadata-quality.git@1008acf35e2753d9194755dd186c5428a0c520e6 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" decorator==4.4.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.2.0" and python_version >= "3.7" flake8==3.8.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") diff --git a/requirements.txt b/requirements.txt index ed81aae..949d594 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2020.12.5; python_full_version >= "3.7.1" and python_full_version < "4. chardet==4.0.0; python_full_version >= "3.7.1" and python_full_version < "4.0.0" click==7.1.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" colorama==0.4.4; python_full_version >= "3.7.1" and python_full_version < "4.0.0" -csv-metadata-quality @ git+https://github.com/ilri/csv-metadata-quality.git@46098861ed71cf52cd3f32067ea427146dc1a2bf ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" +csv-metadata-quality @ git+https://github.com/ilri/csv-metadata-quality.git@1008acf35e2753d9194755dd186c5428a0c520e6 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") gunicorn==20.0.4; python_version >= "3.4" idna==2.10; python_full_version >= "3.7.1" and python_full_version < "4.0.0"