Skip to content

Commit 08037f5

Browse files
Merge pull request #115 from source-foundry/dependabot/pip/fonttools-4.22.1
Bump fonttools from 4.21.1 to 4.22.1
2 parents 577e9c6 + 9fbdaa9 commit 08037f5

9 files changed

+9
-9
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async-timeout==3.0.1 # via aiohttp
1111
attrs==21.2.0 # via aiohttp
1212
cffi==1.14.5 # via pycares
1313
chardet==3.0.4 # via aiohttp
14-
fonttools==4.21.1 # via fdiff (setup.py)
14+
fonttools==4.22.1 # via fdiff (setup.py)
1515
idna==3.1 # via yarl
1616
multidict==5.1.0 # via aiohttp, yarl
1717
pycares==3.1.1 # via aiodns

tests/testfiles/diff-exe-results.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
<LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
</SingleSubst>

tests/testfiles/roboto_extdiff_color_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
 <LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
 </SingleSubst>

tests/testfiles/roboto_extdiff_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
<LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
</SingleSubst>

tests/testfiles/roboto_udiff_1context_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
- </post>
186186

187187
@@ -759,3 +732,3 @@
188-
<SingleSubst index="0" Format="1">
188+
<SingleSubst index="0">
189189
- <Substitution in="dollar" out="dollar.smcp"/>
190190
+ <Substitution in="dollar" out="glyph00010"/>
191191
</SingleSubst>

tests/testfiles/roboto_udiff_color_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
 <LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
 </SingleSubst>

tests/testfiles/roboto_udiff_ex_headpost_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
@@ -709,7 +709,7 @@
177177
<LookupFlag value="0"/>
178178
<!-- SubTableCount=1 -->
179-
<SingleSubst index="0" Format="1">
179+
<SingleSubst index="0">
180180
- <Substitution in="dollar" out="dollar.smcp"/>
181181
+ <Substitution in="dollar" out="glyph00010"/>
182182
</SingleSubst>

tests/testfiles/roboto_udiff_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
<LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
</SingleSubst>

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38
2+
envlist = py39
33

44
[testenv]
55
commands =

0 commit comments

Comments
 (0)