pyproject.toml: update dependencies

Bump to latest csv-metadata-quality version and other dev deps to
keep them in line.
This commit is contained in:
Alan Orth 2023-02-23 14:40:09 +03:00
parent 7a183010f1
commit 5ed93e9f30
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 7 additions and 7 deletions

View File

@ -7,15 +7,15 @@ license = "AGPL-3.0-only"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.5.0"} csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.6.1"}
Flask = "^2.0.2" Flask = "^2.2.3"
ansi2html = "^1.6.0" ansi2html = "^1.8.0"
gunicorn = "^20.0.4" gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
black = "^22.1.0" black = "^23.1.0"
flake8 = "^4.0.1" flake8 = "^6.0.0"
isort = "^5.7.0" isort = "^5.12.0"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]