Skip to content

Commit 2dc662a

Browse files
committed
Update dependencies
1 parent c74c0dd commit 2dc662a

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ dependencies = [
3737
"ckanapi>=4.7",
3838
"defopt>=6.4.0",
3939
"email_validator",
40-
"hdx-python-country>=3.6.8",
41-
"hdx-python-utilities>=3.6.5",
42-
"libhxl>=5.2",
40+
"hdx-python-country>=3.6.9",
41+
"hdx-python-utilities>=3.6.6",
42+
"libhxl>=5.2.1",
4343
"makefun",
4444
"ndg-httpsclient",
4545
"pyasn1",

requirements.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ ckanapi==4.7
2828
click==8.1.7
2929
# via typer
3030
colorama==0.4.6
31-
# via
32-
# click
33-
# defopt
34-
# loguru
35-
# pytest
36-
# typer
31+
# via typer
3732
coverage[toml]==7.4.3
3833
# via pytest-cov
3934
cryptography==42.0.5
@@ -66,9 +61,9 @@ google-auth-oauthlib==1.2.0
6661
# via gspread
6762
gspread==6.0.2
6863
# via hdx-python-api (pyproject.toml)
69-
hdx-python-country==3.6.8
64+
hdx-python-country==3.6.9
7065
# via hdx-python-api (pyproject.toml)
71-
hdx-python-utilities==3.6.5
66+
hdx-python-utilities==3.6.6
7267
# via
7368
# hdx-python-api (pyproject.toml)
7469
# hdx-python-country
@@ -262,8 +257,6 @@ virtualenv==20.25.1
262257
# via pre-commit
263258
wheel==0.43.0
264259
# via libhxl
265-
win32-setctime==1.1.0
266-
# via loguru
267260
xlrd==2.0.1
268261
# via hdx-python-utilities
269262
xlrd3==1.1.0

0 commit comments

Comments
 (0)