1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-26 08:03:46 +02:00

pyproject.toml: update dependencies to latest

This commit is contained in:
Alan Orth 2022-11-07 12:13:28 +03:00
parent 86b4e5e182
commit ca82820a8e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -12,10 +12,10 @@ csv-metadata-quality = 'csv_metadata_quality.__main__:main'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
pandas = "^1.4.0" pandas = "^1.5.1"
python-stdnum = "^1.13" python-stdnum = "^1.17"
requests = "^2.28.1" requests = "^2.28.1"
requests-cache = "^0.9.6" requests-cache = "^0.9.7"
pycountry = "^22.3.5" pycountry = "^22.3.5"
langid = "^1.1.6" langid = "^1.1.6"
colorama = "^0.4.5" colorama = "^0.4.5"
@ -24,10 +24,10 @@ ftfy = "^6.1.1"
country-converter = "^0.7.7" country-converter = "^0.7.7"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^7.1.3" pytest = "^7.2.0"
flake8 = "^5.0.4" flake8 = "^5.0.4"
pytest-clarity = "^1.0.1" pytest-clarity = "^1.0.1"
black = "^22.8.0" black = "^22.10.0"
isort = "^5.10.1" isort = "^5.10.1"
csvkit = "^1.0.7" csvkit = "^1.0.7"