diff --git a/pyproject.toml b/pyproject.toml index 393069c..b31742a 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.12.0"} +pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.13.0"} [tool.poetry.dev-dependencies] pytest = "^7.2.1"