From 5ed93e9f302917215cfa3fbde8ee1e5c20ef6686 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 Feb 2023 14:40:09 +0300 Subject: [PATCH] pyproject.toml: update dependencies Bump to latest csv-metadata-quality version and other dev deps to keep them in line. --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f559f94..195422e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,15 +7,15 @@ license = "AGPL-3.0-only" [tool.poetry.dependencies] python = "^3.9" -csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.5.0"} -Flask = "^2.0.2" -ansi2html = "^1.6.0" -gunicorn = "^20.0.4" +csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.6.1"} +Flask = "^2.2.3" +ansi2html = "^1.8.0" +gunicorn = "^20.1.0" [tool.poetry.dev-dependencies] -black = "^22.1.0" -flake8 = "^4.0.1" -isort = "^5.7.0" +black = "^23.1.0" +flake8 = "^6.0.0" +isort = "^5.12.0" [build-system] requires = ["poetry-core>=1.0.0"]