Skip to content

Commit

Permalink
Fix for missing delete attribute (update Frinctionless) (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans authored Sep 29, 2024
1 parent 920e8ab commit 753c47a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requires-python = ">=3.8"
# Extras for frictionless[excel,json] added explicitly
# for conda-forge compatibility
dependencies = [
"frictionless>=5.17.1",
"frictionless>=5.18.0",
# frictionless[excel]
"openpyxl>=3.1.2",
"tableschema-to-template>=0.0.13",
Expand Down Expand Up @@ -96,7 +96,7 @@ version_scheme = "python-simplified-semver"
features = ["html", "email", "test"]

[[tool.hatch.envs.hatch-test.matrix]]
python = ["3.11"]
python = ["3.12"]

[tool.hatch.envs.hatch-test.scripts]
run = """
Expand Down
24 changes: 11 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ email-validator==2.2.0
# via hdx-python-utilities (pyproject.toml)
et-xmlfile==1.1.0
# via openpyxl
filelock==3.15.4
filelock==3.16.1
# via virtualenv
frictionless==5.17.1
frictionless==5.18.0
# via hdx-python-utilities (pyproject.toml)
html5lib==1.1
# via hdx-python-utilities (pyproject.toml)
humanize==4.10.0
# via frictionless
identify==2.6.0
identify==2.6.1
# via pre-commit
idna==3.8
idna==3.10
# via
# email-validator
# requests
Expand Down Expand Up @@ -80,19 +80,19 @@ packaging==24.1
# via pytest
petl==1.7.15
# via frictionless
platformdirs==4.2.2
platformdirs==4.3.6
# via virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.8.0
# via hdx-python-utilities (pyproject.toml)
pydantic==2.9.0
pydantic==2.9.2
# via frictionless
pydantic-core==2.23.2
pydantic-core==2.23.4
# via pydantic
pygments==2.18.0
# via rich
pytest==8.3.2
pytest==8.3.3
# via
# hdx-python-utilities (pyproject.toml)
# pytest-cov
Expand Down Expand Up @@ -125,7 +125,7 @@ requests-file==2.1.0
# via hdx-python-utilities (pyproject.toml)
rfc3986==2.0.0
# via frictionless
rich==13.8.0
rich==13.8.1
# via typer
rpds-py==0.20.0
# via
Expand Down Expand Up @@ -162,13 +162,11 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# typer
tzdata==2024.1
# via pydantic
urllib3==2.2.2
urllib3==2.2.3
# via requests
validators==0.34.0
# via frictionless
virtualenv==20.26.3
virtualenv==20.26.6
# via pre-commit
webencodings==0.5.1
# via html5lib
Expand Down

0 comments on commit 753c47a

Please sign in to comment.