From 58d4de973e85ac62c80002e3e08fc342fe23fa53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:37:44 +0000 Subject: [PATCH] Update dependency country-converter to ~1.1.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f7393f..b881176 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index ac4d090..fcbb7c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]