Skip to content

Commit

Permalink
Merge pull request #1393 from OpenDataServices/update-flattentool
Browse files Browse the repository at this point in the history
requirements: Update flattentool
  • Loading branch information
Bjwebb authored Aug 27, 2024
2 parents 1e0f942 + 2bd94e9 commit 05b445c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cove_iati/tests_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ def check_url_input_result_page(server_url, browser, httpserver, source_filename
if source_filename == 'namespace_good.xlsx':
converted_file = browser.find_element(By.LINK_TEXT, "XML (Converted from Original)").get_attribute("href")
assert requests.get(converted_file).text == '''<?xml version='1.0' encoding='utf-8'?>
<iati-activities>
<iati-activities xmlns:myns="http://example.org">
<!--Data generated by IATI CoVE. Built by Open Data Services Co-operative: http://iati.cove.opendataservices.coop/-->
<iati-activity xmlns:myns="http://example.org" myns:test2="3">
<iati-activity myns:test2="3">
<myns:test>1</myns:test>
<test2>2</test2>
</iati-activity>
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django>4.2,<4.3
#^^ rq.filter: <1.12
flattentool>=0.17.2
flattentool
libcove
libcoveweb
django-bootstrap3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ django-environ==0.11.2
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
flattentool==0.25.0
flattentool==0.26.0
# via
# -r requirements.in
# libcove
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ execnet==2.1.1
# via pytest-xdist
flake8==7.1.1
# via -r requirements_dev.in
flattentool==0.25.0
flattentool==0.26.0
# via
# -r requirements.txt
# libcove
Expand Down

0 comments on commit 05b445c

Please sign in to comment.