Skip to content

Commit

Permalink
Merge pull request #383 from tdwg/latest-frictionless-py
Browse files Browse the repository at this point in the history
Make compatible with latest frictionless-py
  • Loading branch information
peterdesmet authored Aug 19, 2024
2 parents b089447 + 1d18971 commit 56afde3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion camtrap-dp-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"description": "URL of the used Camtrap DP Table Schema version (e.g. `https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0/deployments-table-schema.json`).",
"allOf": [
{
"$ref": "#$defs/version"
"$ref": "#/$defs/version"
},
{
"type": "string",
Expand Down
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ charset-normalizer==2.0.7
click==8.0.3
colorama==0.4.4
decorator==5.1.0
frictionless==5.13.1
frictionless>=5.13.1
humanize==4.6.0
idna==3.3
isodate==0.6.0
Jinja2==3.1.2
jsonschema==4.1.2
jsonschema>=4.20
markdown-it-py==2.2.0
marko==1.1.0
MarkupSafe==2.1.2
Expand All @@ -21,7 +21,7 @@ mypy-extensions==0.4.3
pathspec==0.9.0
petl==1.7.4
platformdirs==2.4.0
pydantic==1.10.8
pydantic>=2.0
Pygments==2.15.1
pyrsistent==0.18.0
python-dateutil==2.8.2
Expand All @@ -40,7 +40,7 @@ tabulate==0.9.0
text-unidecode==1.3
toml==0.10.2
tomli==1.2.1
typer==0.9.0
typer>=0.12
typing_extensions==4.6.1
urllib3==1.26.7
validators==0.18.2

0 comments on commit 56afde3

Please sign in to comment.