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"