Skip to content

Commit

Permalink
build: upgrade osm-fieldwork --> 0.12.4 for removal of 'essential' group
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 20, 2024
1 parent 9b43534 commit 45217ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/backend/app/central/central_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ async def modify_xform_xml(

# Hardcode the form_category value for the start instructions
form_category_update = root.find(
".//xforms:bind[@nodeset='/data/essential/form_category']", namespaces
".//xforms:bind[@nodeset='/data/form_category']", namespaces
)
if form_category_update is not None:
if category.endswith("s"):
Expand Down
8 changes: 4 additions & 4 deletions src/backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"cryptography>=42.0.1",
"defusedxml>=0.7.1",
"osm-login-python==1.0.3",
"osm-fieldwork==0.12.3",
"osm-fieldwork==0.12.4",
"osm-rawdata==0.3.0",
"fmtm-splitter==1.2.2",
]
Expand Down

0 comments on commit 45217ad

Please sign in to comment.