From 03d824b78eeb11576d6451e3e60cffc49e5dc278 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 18 Feb 2023 22:09:05 +0300 Subject: [PATCH] pyproject.toml: update some dependencies --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4fb236c..69c4dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]