From 7ea0e881d1e524b68b63baf9c0f5a61ea7e86d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 20:16:24 +0000 Subject: [PATCH] Bump country-converter from 1.1.1 to 1.2 Bumps [country-converter](https://github.com/IndEcol/country_converter) from 1.1.1 to 1.2. - [Release notes](https://github.com/IndEcol/country_converter/releases) - [Changelog](https://github.com/IndEcol/country_converter/blob/master/CHANGELOG.md) - [Commits](https://github.com/IndEcol/country_converter/compare/v1.1.1...v1.2) --- updated-dependencies: - dependency-name: country-converter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5486b426c..a62577ada 100644 --- a/poetry.lock +++ b/poetry.lock @@ -673,13 +673,13 @@ test-no-images = ["pytest", "pytest-cov", "wurlitzer"] [[package]] name = "country-converter" -version = "1.1.1" +version = "1.2" 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.1.1-py3-none-any.whl", hash = "sha256:54f6918ab1114a19e1b91b1f9b7578345d5875cad24473168c06a22b932ea81a"}, - {file = "country_converter-1.1.1.tar.gz", hash = "sha256:9fc1a43699efdd0eed91164e96280d320d0034bd6028502b23c9261ff12ec900"}, + {file = "country_converter-1.2-py3-none-any.whl", hash = "sha256:5a5e54f9542cc8e109d53a39fa9e9179e6a97826e72594dd16e948611cb278fa"}, + {file = "country_converter-1.2.tar.gz", hash = "sha256:74e87db54b91eda56c5eecc9e36e1b5ca79ca2bca58012ecc4f55ef8a13a6631"}, ] [package.dependencies] @@ -4562,4 +4562,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "2169bd4d4ca3d177682f670f64f0b83f48b0bb9fb36b391eb5ae70d9f2534327" +content-hash = "d901e725aafbeca2b3100c630192da6311729a0fad3e10cd631151f9e68a518d" diff --git a/pyproject.toml b/pyproject.toml index 61d8cb17d..1ec97023c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ tabulate = "^0.9.0" scipy = "^1.9.3" ruptures = "^1.1.7" matplotlib = "^3.6.1" -country-converter = ">=0.7.7,<1.2.0" +country-converter = ">=0.7.7,<1.3.0" geopandas = ">=0.11.1,<0.14.0" Unidecode = "^1.3.4" AutoTS = ">=0.5,<0.7"