From 838be2c70c4cf8d5da07398ca4b6b21af9a102a6 Mon Sep 17 00:00:00 2001 From: mcarans Date: Wed, 22 Jan 2025 14:14:10 +1300 Subject: [PATCH] Update Country requirement --- pyproject.toml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b24866d0..297b6d31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ requires-python = ">=3.8" dependencies = [ "hapi-schema>= 0.9.6", "hdx-python-api>= 6.3.7", - "hdx-python-country>= 3.8.6", + "hdx-python-country>= 3.8.7", "hdx-python-database[postgresql]>= 1.3.4", "hdx-python-scraper>= 2.5.5", "hdx-python-utilities>= 3.8.2", diff --git a/requirements.txt b/requirements.txt index c1788578..c57bc068 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ attrs==24.3.0 # jsonlines # jsonschema # referencing -cachetools==5.5.0 +cachetools==5.5.1 # via google-auth certifi==2024.12.14 # via requests @@ -60,7 +60,7 @@ hdx-python-api==6.3.7 # via # hapi-pipelines (pyproject.toml) # hdx-python-scraper -hdx-python-country==3.8.6 +hdx-python-country==3.8.7 # via # hapi-pipelines (pyproject.toml) # hdx-python-api