pyproject.toml: update some dependencies

This commit is contained in:
Alan Orth 2023-02-18 22:09:05 +03:00
parent 8bc4cd419c
commit 03d824b78e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 11 additions and 11 deletions

View File

@ -12,26 +12,26 @@ csv-metadata-quality = 'csv_metadata_quality.__main__:main'
[tool.poetry.dependencies]
python = "^3.9"
pandas = "^1.5.1"
python-stdnum = "^1.17"
requests = "^2.28.1"
requests-cache = "^0.9.7"
pandas = "^1.5.2"
python-stdnum = "^1.18"
requests = "^2.28.2"
requests-cache = "^0.9.8"
langid = "^1.1.6"
colorama = "^0.4.5"
colorama = "^0.4.6"
ftfy = "^6.1.1"
country-converter = {git = "https://github.com/alanorth/country_converter.git", rev = "myanmar-region"}
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.12.0"}
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
flake8 = "^5.0.4"
pytest = "^7.2.1"
flake8 = "^6.0.0"
pytest-clarity = "^1.0.1"
black = "^22.10.0"
isort = "^5.10.1"
csvkit = "^1.0.7"
black = "^23.1.0"
isort = "^5.12.0"
csvkit = "^1.1.0"
[tool.poetry.group.dev.dependencies]
ipython = "^8.7.0"
ipython = "^8.10.0"
[build-system]
requires = ["poetry>=0.12"]