pyproject.toml: use pycountry with iso-codes 4.13.0

This commit is contained in:
Alan Orth 2023-03-04 07:33:48 +03:00
parent 0c53efe60a
commit ede37569f1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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"