From 4ed27867032252be77faea6b750519f29bf6c19a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 15 Oct 2023 21:53:09 +0300 Subject: [PATCH] pyproject.toml: update pycountry Use the latest branch in my fork that has iso-codes 4.15.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a92c3b9..ac4d090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ langid = "^1.1.6" colorama = "^0.4.6" ftfy = "^6.1.1" country-converter = "~1.0.0" -pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.13.0"} +pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.15.0"} [tool.poetry.group.dev.dependencies] pytest = "^7.2.1"