Skip to content

Commit 753c47a

Browse files
authored
Fix for missing delete attribute (update Frinctionless) (#34)
1 parent 920e8ab commit 753c47a

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requires-python = ">=3.8"
3636
# Extras for frictionless[excel,json] added explicitly
3737
# for conda-forge compatibility
3838
dependencies = [
39-
"frictionless>=5.17.1",
39+
"frictionless>=5.18.0",
4040
# frictionless[excel]
4141
"openpyxl>=3.1.2",
4242
"tableschema-to-template>=0.0.13",
@@ -96,7 +96,7 @@ version_scheme = "python-simplified-semver"
9696
features = ["html", "email", "test"]
9797

9898
[[tool.hatch.envs.hatch-test.matrix]]
99-
python = ["3.11"]
99+
python = ["3.12"]
100100

101101
[tool.hatch.envs.hatch-test.scripts]
102102
run = """

requirements.txt

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ email-validator==2.2.0
3030
# via hdx-python-utilities (pyproject.toml)
3131
et-xmlfile==1.1.0
3232
# via openpyxl
33-
filelock==3.15.4
33+
filelock==3.16.1
3434
# via virtualenv
35-
frictionless==5.17.1
35+
frictionless==5.18.0
3636
# via hdx-python-utilities (pyproject.toml)
3737
html5lib==1.1
3838
# via hdx-python-utilities (pyproject.toml)
3939
humanize==4.10.0
4040
# via frictionless
41-
identify==2.6.0
41+
identify==2.6.1
4242
# via pre-commit
43-
idna==3.8
43+
idna==3.10
4444
# via
4545
# email-validator
4646
# requests
@@ -80,19 +80,19 @@ packaging==24.1
8080
# via pytest
8181
petl==1.7.15
8282
# via frictionless
83-
platformdirs==4.2.2
83+
platformdirs==4.3.6
8484
# via virtualenv
8585
pluggy==1.5.0
8686
# via pytest
8787
pre-commit==3.8.0
8888
# via hdx-python-utilities (pyproject.toml)
89-
pydantic==2.9.0
89+
pydantic==2.9.2
9090
# via frictionless
91-
pydantic-core==2.23.2
91+
pydantic-core==2.23.4
9292
# via pydantic
9393
pygments==2.18.0
9494
# via rich
95-
pytest==8.3.2
95+
pytest==8.3.3
9696
# via
9797
# hdx-python-utilities (pyproject.toml)
9898
# pytest-cov
@@ -125,7 +125,7 @@ requests-file==2.1.0
125125
# via hdx-python-utilities (pyproject.toml)
126126
rfc3986==2.0.0
127127
# via frictionless
128-
rich==13.8.0
128+
rich==13.8.1
129129
# via typer
130130
rpds-py==0.20.0
131131
# via
@@ -162,13 +162,11 @@ typing-extensions==4.12.2
162162
# pydantic
163163
# pydantic-core
164164
# typer
165-
tzdata==2024.1
166-
# via pydantic
167-
urllib3==2.2.2
165+
urllib3==2.2.3
168166
# via requests
169167
validators==0.34.0
170168
# via frictionless
171-
virtualenv==20.26.3
169+
virtualenv==20.26.6
172170
# via pre-commit
173171
webencodings==0.5.1
174172
# via html5lib

0 commit comments

Comments
 (0)