-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
317 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ dependencies = [ | |
"defopt>=6.4.0", | ||
"email_validator", | ||
"hdx-python-country>=3.8.3", | ||
"hdx-python-utilities>=3.7.4", | ||
"hdx-python-utilities@git+ssh://[email protected]/OCHA-DAP/hdx-python-utilities@error_handler#egg=hdx-python-utilities", | ||
"libhxl>=5.2.2", | ||
"makefun", | ||
"quantulum3", | ||
|
@@ -95,7 +95,7 @@ run = """ | |
""" | ||
|
||
[tool.hatch.envs.hatch-static-analysis] | ||
dependencies = ["ruff==0.7.0"] | ||
dependencies = ["ruff==0.8.6"] | ||
|
||
[tool.hatch.envs.hatch-static-analysis.scripts] | ||
format-check = ["ruff format --config .config/ruff.toml --check --diff {args:.}",] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,27 +2,27 @@ | |
# uv pip compile pyproject.toml --resolver=backtracking --all-extras -o requirements.txt | ||
annotated-types==0.7.0 | ||
# via pydantic | ||
attrs==24.2.0 | ||
attrs==24.3.0 | ||
# via | ||
# frictionless | ||
# jsonlines | ||
# jsonschema | ||
# referencing | ||
cachetools==5.5.0 | ||
# via google-auth | ||
certifi==2024.8.30 | ||
certifi==2024.12.14 | ||
# via requests | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
chardet==5.2.0 | ||
# via frictionless | ||
charset-normalizer==3.4.0 | ||
charset-normalizer==3.4.1 | ||
# via requests | ||
ckanapi==4.8 | ||
# via hdx-python-api (pyproject.toml) | ||
click==8.1.7 | ||
click==8.1.8 | ||
# via typer | ||
coverage==7.6.4 | ||
coverage==7.6.10 | ||
# via pytest-cov | ||
defopt==6.4.0 | ||
# via hdx-python-api (pyproject.toml) | ||
|
@@ -44,37 +44,37 @@ filelock==3.16.1 | |
# via virtualenv | ||
frictionless==5.18.0 | ||
# via hdx-python-utilities | ||
google-auth==2.36.0 | ||
google-auth==2.37.0 | ||
# via | ||
# google-auth-oauthlib | ||
# gspread | ||
google-auth-oauthlib==1.2.1 | ||
# via gspread | ||
gspread==6.1.4 | ||
# via hdx-python-api (pyproject.toml) | ||
hdx-python-country==3.8.3 | ||
hdx-python-country==3.8.5 | ||
# via hdx-python-api (pyproject.toml) | ||
hdx-python-utilities==3.7.4 | ||
hdx-python-utilities @ git+ssh://[email protected]/OCHA-DAP/hdx-python-utilities@212e95dc21a48e5985237fc66af8ef3bb0ddbf5e#egg=hdx-python-utilities | ||
# via | ||
# hdx-python-api (pyproject.toml) | ||
# hdx-python-country | ||
humanize==4.11.0 | ||
# via frictionless | ||
identify==2.6.1 | ||
identify==2.6.5 | ||
# via pre-commit | ||
idna==3.10 | ||
# via | ||
# email-validator | ||
# requests | ||
ijson==3.3.0 | ||
# via hdx-python-utilities | ||
inflect==7.4.0 | ||
inflect==7.5.0 | ||
# via quantulum3 | ||
iniconfig==2.0.0 | ||
# via pytest | ||
isodate==0.7.2 | ||
# via frictionless | ||
jinja2==3.1.4 | ||
jinja2==3.1.5 | ||
# via frictionless | ||
jsonlines==4.0.0 | ||
# via hdx-python-utilities | ||
|
@@ -90,7 +90,7 @@ libhxl==5.2.2 | |
# via | ||
# hdx-python-api (pyproject.toml) | ||
# hdx-python-country | ||
loguru==0.7.2 | ||
loguru==0.7.3 | ||
# via hdx-python-utilities | ||
makefun==1.15.6 | ||
# via hdx-python-api (pyproject.toml) | ||
|
@@ -106,13 +106,13 @@ more-itertools==10.5.0 | |
# via inflect | ||
nodeenv==1.9.1 | ||
# via pre-commit | ||
num2words==0.5.13 | ||
num2words==0.5.14 | ||
# via quantulum3 | ||
oauthlib==3.2.2 | ||
# via requests-oauthlib | ||
openpyxl==3.1.5 | ||
# via hdx-python-utilities | ||
packaging==24.1 | ||
packaging==24.2 | ||
# via pytest | ||
petl==1.7.15 | ||
# via frictionless | ||
|
@@ -134,15 +134,17 @@ pyasn1==0.6.1 | |
# rsa | ||
pyasn1-modules==0.4.1 | ||
# via google-auth | ||
pydantic==2.9.2 | ||
pydantic==2.10.5 | ||
# via frictionless | ||
pydantic-core==2.23.4 | ||
pydantic-core==2.27.2 | ||
# via pydantic | ||
pygments==2.18.0 | ||
pygments==2.19.1 | ||
# via rich | ||
pyphonetics==0.5.3 | ||
# via hdx-python-country | ||
pytest==8.3.3 | ||
# via | ||
# hdx-python-country | ||
# hdx-python-utilities | ||
pytest==8.3.4 | ||
# via | ||
# hdx-python-api (pyproject.toml) | ||
# pytest-cov | ||
|
@@ -188,25 +190,25 @@ rfc3986==2.0.0 | |
# via frictionless | ||
rich==13.9.4 | ||
# via typer | ||
rpds-py==0.21.0 | ||
rpds-py==0.22.3 | ||
# via | ||
# jsonschema | ||
# referencing | ||
rsa==4.9 | ||
# via google-auth | ||
ruamel-yaml==0.18.6 | ||
ruamel-yaml==0.18.10 | ||
# via hdx-python-utilities | ||
ruamel-yaml-clib==0.2.12 | ||
# via ruamel-yaml | ||
setuptools==75.3.0 | ||
setuptools==75.8.0 | ||
# via ckanapi | ||
shellingham==1.5.4 | ||
# via typer | ||
simpleeval==1.0.3 | ||
# via frictionless | ||
simplejson==3.19.3 | ||
# via ckanapi | ||
six==1.16.0 | ||
six==1.17.0 | ||
# via | ||
# ckanapi | ||
# pockets | ||
|
@@ -228,7 +230,7 @@ text-unidecode==1.3 | |
# via python-slugify | ||
typeguard==4.4.1 | ||
# via inflect | ||
typer==0.13.0 | ||
typer==0.15.1 | ||
# via frictionless | ||
typing-extensions==4.12.2 | ||
# via | ||
|
@@ -241,21 +243,21 @@ unidecode==1.3.8 | |
# via | ||
# libhxl | ||
# pyphonetics | ||
urllib3==2.2.3 | ||
urllib3==2.3.0 | ||
# via | ||
# libhxl | ||
# requests | ||
validators==0.34.0 | ||
# via frictionless | ||
virtualenv==20.27.1 | ||
virtualenv==20.28.1 | ||
# via pre-commit | ||
wheel==0.44.0 | ||
wheel==0.45.1 | ||
# via libhxl | ||
xlrd==2.0.1 | ||
# via hdx-python-utilities | ||
xlrd3==1.1.0 | ||
# via libhxl | ||
xlsx2csv==0.8.3 | ||
xlsx2csv==0.8.4 | ||
# via hdx-python-utilities | ||
xlsxwriter==3.2.0 | ||
# via tableschema-to-template | ||
|
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.