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"