Merge pull request #32 from ilri/renovate/country-converter-1.x

Update dependency country-converter to ~1.1.0
This commit is contained in:
Alan Orth 2023-11-20 21:39:36 +03:00 committed by GitHub
commit 355428a691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -401,13 +401,13 @@ files = [
[[package]]
name = "country-converter"
version = "1.0.0"
version = "1.1.1"
description = "The country converter (coco) - a Python package for converting country names between different classifications schemes"
optional = false
python-versions = ">=3.7"
files = [
{file = "country_converter-1.0.0-py3-none-any.whl", hash = "sha256:28e89080b3da6d5463ef4761a52f9839a131e469ce4eafd40c91ef367530681e"},
{file = "country_converter-1.0.0.tar.gz", hash = "sha256:5a75dab296d79bf59b3ea836b0637b746821e5ad8444be465cda2472f2a17edb"},
{file = "country_converter-1.1.1-py3-none-any.whl", hash = "sha256:54f6918ab1114a19e1b91b1f9b7578345d5875cad24473168c06a22b932ea81a"},
{file = "country_converter-1.1.1.tar.gz", hash = "sha256:9fc1a43699efdd0eed91164e96280d320d0034bd6028502b23c9261ff12ec900"},
]
[package.dependencies]
@ -1744,4 +1744,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "cec4aaf7a81539cd44fd7621d4057f1744901b2b3bd15c8dc03b3cce7f0c22f7"
content-hash = "93d65d87232c7b68f2a80cc2de2d0a2a2afa5072cc4aa7aa6de7ded657426664"

View File

@ -19,7 +19,7 @@ requests-cache = "^1.0.0"
langid = "^1.1.6"
colorama = "^0.4.6"
ftfy = "^6.1.1"
country-converter = "~1.0.0"
country-converter = "~1.1.0"
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.15.0"}
[tool.poetry.group.dev.dependencies]