pyproject.toml: bump dependencies

This commit is contained in:
Alan Orth 2025-01-31 11:26:22 +03:00
parent 8da8f5f97b
commit e19a0d1bf7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -6,16 +6,16 @@ authors = ["Alan Orth <alan.orth@gmail.com>"]
license = "AGPL-3.0-only" license = "AGPL-3.0-only"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.10"
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.6.1"} csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.7.0"}
Flask = "^2.2.3" Flask = "^2.3.3"
ansi2html = "^1.8.0" ansi2html = "^1.9.2"
gunicorn = "^20.1.0" gunicorn = "^23.0.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
black = "^23.1.0" black = "^25.1.0"
flake8 = "^6.0.0" flake8 = "^7.1.1"
isort = "^5.12.0" isort = "^6.0.0"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]