From 4d5f4b5abbb420a960c48a3d6d739a2f0904ae8e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 13:15:38 +0300 Subject: [PATCH] pyproject.toml: update pycountry Seems to be a few major versions from 19.x.x to 21.x.x. All tests passing in pytest so it's probably fine. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85de7fe..6149531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python-stdnum = "^1.13" xlrd = "^1.2.0" requests = "^2.27.1" requests-cache = "^0.9.1" -pycountry = "^19.8.18" +pycountry = "^22.1.10" langid = "^1.1.6" colorama = "^0.4.4" spdx-license-list = "^0.5.2"