pyproject.toml: update pycountry

Use the latest branch in my fork that has iso-codes 4.15.0.
This commit is contained in:
Alan Orth 2023-10-15 21:53:09 +03:00
parent bf90464809
commit 4ed2786703
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.13.0"}
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.15.0"}
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"