Skip to content

Commit a7224d0

Browse files
committed
Bump case-utils to 0.9.0
Some index-file adjustments were made to accommodate a formatting update. No effects were observed on Make-managed files. References: * casework/CASE-Utilities-Python#87 Signed-off-by: Alex Nelson <[email protected]>
1 parent 99a5bc6 commit a7224d0

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

examples/owl_trafficking/src/index.html.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jumbo_desc: CASE Narrative on Trafficking
5858
@QUERY_IMAGING_ACTION_SPARQL@
5959
{% endhighlight %}
6060
@QUERY_IMAGING_ACTION_HTML@
61-
6261
</div>
6362
</div>
6463

@@ -78,7 +77,6 @@ jumbo_desc: CASE Narrative on Trafficking
7877
@QUERY_HASH_VERIFICATION_SPARQL@
7978
{% endhighlight %}
8079
@QUERY_HASH_VERIFICATION_HTML@
81-
8280
</div>
8381
</div>
8482

examples/urgent_evidence/src/index.html.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jumbo_desc: CASE Sub-topic of Chain of Custody
105105
@QUERY_ACTION_TIMELINE_SPARQL@
106106
{% endhighlight %}
107107
@QUERY_ACTION_TIMELINE_HTML@
108-
109108
</div>
110109
</div>
111110

@@ -117,7 +116,6 @@ jumbo_desc: CASE Sub-topic of Chain of Custody
117116
@QUERY_INVESTIGATIVE_LOCATIONS_SPARQL@
118117
{% endhighlight %}
119118
@QUERY_INVESTIGATIVE_LOCATIONS_HTML@
120-
121119
<p class="card-text">Of note:</p>
122120
<ul>
123121
<li class="card-text">CASE and UCO do not yet implement the concept of <code>roomId</code>. It is provided here to assist with future concept development.</li>
@@ -136,7 +134,6 @@ jumbo_desc: CASE Sub-topic of Chain of Custody
136134
@QUERY_INVESTIGATIVE_PERSONAE_SPARQL@
137135
{% endhighlight %}
138136
@QUERY_INVESTIGATIVE_PERSONAE_HTML@
139-
140137
</div>
141138
</div>
142139

@@ -148,7 +145,6 @@ jumbo_desc: CASE Sub-topic of Chain of Custody
148145
@QUERY_EXHIBIT_PHOTOS_SPARQL@
149146
{% endhighlight %}
150147
@QUERY_EXHIBIT_PHOTOS_HTML@
151-
152148
</div>
153149
</div>
154150

@@ -166,7 +162,6 @@ jumbo_desc: CASE Sub-topic of Chain of Custody
166162
@QUERY_ACTIONS_TO_ARTIFACT_SPARQL@
167163
{% endhighlight %}
168164
@QUERY_ACTIONS_TO_ARTIFACT_HTML@
169-
170165
</div>
171166
</div>
172167

@@ -179,7 +174,6 @@ jumbo_desc: CASE Sub-topic of Chain of Custody
179174
@QUERY_INITIAL_EVIDENCE_SUBMISSION_SPARQL@
180175
{% endhighlight %}
181176
@QUERY_INITIAL_EVIDENCE_SUBMISSION_HTML@
182-
183177
<div class="card">
184178
<h5 class="card-header" id="query-selection_from_automated_exhibit_extraction">Selection from Automated Exhibit Extraction</h5>
185179
<div class="card-body">
@@ -189,7 +183,6 @@ jumbo_desc: CASE Sub-topic of Chain of Custody
189183
@QUERY_SELECTION_FROM_AUTOMATED_EXHIBIT_EXTRACTION_SPARQL@
190184
{% endhighlight %}
191185
@QUERY_SELECTION_FROM_AUTOMATED_EXHIBIT_EXTRACTION_HTML@
192-
193186
</div>
194187
</div>
195188

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SPARQLWrapper
2-
case-utils >=0.8.0,<0.9.0
2+
case-utils >=0.9.0,<0.10.0
33
pytest

0 commit comments

Comments
 (0)