1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-17 19:47:03 +01:00

Update dependency country-converter to ~1.1.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
renovate[bot] 2023-11-20 18:37:44 +00:00 committed by GitHub
parent e1216dae3c
commit 58d4de973e
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]] [[package]]
name = "country-converter" 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" description = "The country converter (coco) - a Python package for converting country names between different classifications schemes"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "country_converter-1.0.0-py3-none-any.whl", hash = "sha256:28e89080b3da6d5463ef4761a52f9839a131e469ce4eafd40c91ef367530681e"}, {file = "country_converter-1.1.1-py3-none-any.whl", hash = "sha256:54f6918ab1114a19e1b91b1f9b7578345d5875cad24473168c06a22b932ea81a"},
{file = "country_converter-1.0.0.tar.gz", hash = "sha256:5a75dab296d79bf59b3ea836b0637b746821e5ad8444be465cda2472f2a17edb"}, {file = "country_converter-1.1.1.tar.gz", hash = "sha256:9fc1a43699efdd0eed91164e96280d320d0034bd6028502b23c9261ff12ec900"},
] ]
[package.dependencies] [package.dependencies]
@ -1744,4 +1744,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" 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" langid = "^1.1.6"
colorama = "^0.4.6" colorama = "^0.4.6"
ftfy = "^6.1.1" 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"} pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.15.0"}
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]