Skip to content

Commit 24a5a0f

Browse files
committed
Use latest HDX Python Country and Utilities
1 parent 576e242 commit 24a5a0f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The library has detailed API documentation which can be found in the menu at the
5454

5555

5656
## Breaking Changes
57-
From 6.6.0, Python 3.10 or later is required
57+
From 6.6.0, Python 3.10 or later is required
5858

5959
From 6.5.7, get_size_and_hash moved to HDX Python Utilities
6060

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies = [
3737
"ckanapi>=4.8",
3838
"defopt>=7.0.0",
3939
"email_validator",
40-
"hdx-python-country>=3.9.8",
41-
"hdx-python-utilities>=3.9.9",
40+
"hdx-python-country>=4.0.0",
41+
"hdx-python-utilities>=4.0.0",
4242
"libhxl>=5.2.2",
4343
"makefun",
4444
"quantulum3",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ et-xmlfile==2.0.0
3434
# via openpyxl
3535
frictionless==5.18.1
3636
# via hdx-python-utilities
37-
hdx-python-country==3.9.8
37+
hdx-python-country==4.0.0
3838
# via hdx-python-api (pyproject.toml)
39-
hdx-python-utilities==3.9.9
39+
hdx-python-utilities==4.0.0
4040
# via
4141
# hdx-python-api (pyproject.toml)
4242
# hdx-python-country

0 commit comments

Comments
 (0)