Skip to content

Commit 05b445c

Browse files
authored
Merge pull request #1393 from OpenDataServices/update-flattentool
requirements: Update flattentool
2 parents 1e0f942 + 2bd94e9 commit 05b445c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cove_iati/tests_functional.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ def check_url_input_result_page(server_url, browser, httpserver, source_filename
168168
if source_filename == 'namespace_good.xlsx':
169169
converted_file = browser.find_element(By.LINK_TEXT, "XML (Converted from Original)").get_attribute("href")
170170
assert requests.get(converted_file).text == '''<?xml version='1.0' encoding='utf-8'?>
171-
<iati-activities>
171+
<iati-activities xmlns:myns="http://example.org">
172172
<!--Data generated by IATI CoVE. Built by Open Data Services Co-operative: http://iati.cove.opendataservices.coop/-->
173-
<iati-activity xmlns:myns="http://example.org" myns:test2="3">
173+
<iati-activity myns:test2="3">
174174
<myns:test>1</myns:test>
175175
<test2>2</test2>
176176
</iati-activity>

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django>4.2,<4.3
22
#^^ rq.filter: <1.12
3-
flattentool>=0.17.2
3+
flattentool
44
libcove
55
libcoveweb
66
django-bootstrap3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ django-environ==0.11.2
6060
# via -r requirements.in
6161
et-xmlfile==1.1.0
6262
# via openpyxl
63-
flattentool==0.25.0
63+
flattentool==0.26.0
6464
# via
6565
# -r requirements.in
6666
# libcove

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ execnet==2.1.1
109109
# via pytest-xdist
110110
flake8==7.1.1
111111
# via -r requirements_dev.in
112-
flattentool==0.25.0
112+
flattentool==0.26.0
113113
# via
114114
# -r requirements.txt
115115
# libcove

0 commit comments

Comments
 (0)