Skip to content

Commit

Permalink
Update requirements and test
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-mills committed Oct 16, 2024
1 parent a8b21d5 commit f9de4d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via frictionless
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via typer
coverage==7.6.1
coverage==7.6.3
# via pytest-cov
distlib==0.3.8
distlib==0.3.9
# via virtualenv
et-xmlfile==1.1.0
# via openpyxl
Expand All @@ -40,19 +40,19 @@ ijson==3.3.0
# via hdx-python-utilities
iniconfig==2.0.0
# via pytest
isodate==0.6.1
isodate==0.7.2
# via frictionless
jinja2==3.1.4
# via frictionless
jsonlines==4.0.0
# via hdx-python-utilities
jsonpath-ng==1.6.1
jsonpath-ng==1.7.0
# via libhxl
jsonschema==4.23.0
# via
# frictionless
# tableschema-to-template
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
# via jsonschema
libhxl==5.2.1
# via hdx-python-country (pyproject.toml)
Expand All @@ -62,7 +62,7 @@ markdown-it-py==3.0.0
# via rich
marko==2.1.2
# via frictionless
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
mdurl==0.1.2
# via markdown-it-py
Expand All @@ -82,7 +82,7 @@ ply==3.11
# via
# jsonpath-ng
# libhxl
pre-commit==4.0.0
pre-commit==4.0.1
# via hdx-python-country (pyproject.toml)
pydantic==2.9.2
# via frictionless
Expand Down Expand Up @@ -142,9 +142,7 @@ shellingham==1.5.4
simpleeval==1.0.0
# via frictionless
six==1.16.0
# via
# isodate
# python-dateutil
# via python-dateutil
stringcase==1.2.0
# via frictionless
structlog==24.4.0
Expand Down
2 changes: 1 addition & 1 deletion tests/hdx/location/test_adminlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def test_adminlevel_with_url(self, config, url, fixtures_dir):
adminone = AdminLevel(config)
adminone.setup_from_url()
assert adminone.get_admin_level("YEM") == 1
assert len(adminone.get_pcode_list()) == 2510
assert len(adminone.get_pcode_list()) == 2526
assert adminone.get_pcode_length("YEM") == 4
assert adminone.get_pcode("YEM", "YE30", logname="test") == (
"YE30",
Expand Down

0 comments on commit f9de4d7

Please sign in to comment.