Skip to content

Commit

Permalink
Merge pull request #115 from source-foundry/dependabot/pip/fonttools-…
Browse files Browse the repository at this point in the history
…4.22.1

Bump fonttools from 4.21.1 to 4.22.1
  • Loading branch information
chrissimpkins authored May 12, 2021
2 parents 577e9c6 + 9fbdaa9 commit 08037f5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async-timeout==3.0.1 # via aiohttp
attrs==21.2.0 # via aiohttp
cffi==1.14.5 # via pycares
chardet==3.0.4 # via aiohttp
fonttools==4.21.1 # via fdiff (setup.py)
fonttools==4.22.1 # via fdiff (setup.py)
idna==3.1 # via yarl
multidict==5.1.0 # via aiohttp, yarl
pycares==3.1.1 # via aiodns
Expand Down
2 changes: 1 addition & 1 deletion tests/testfiles/diff-exe-results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
@@ -757,7 +730,7 @@
<LookupFlag value="0"/>
<!-- SubTableCount=1 -->
<SingleSubst index="0" Format="1">
<SingleSubst index="0">
- <Substitution in="dollar" out="dollar.smcp"/>
+ <Substitution in="dollar" out="glyph00010"/>
</SingleSubst>
Expand Down
2 changes: 1 addition & 1 deletion tests/testfiles/roboto_extdiff_color_expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
@@ -757,7 +730,7 @@
 <LookupFlag value="0"/>
<!-- SubTableCount=1 -->
<SingleSubst index="0" Format="1">
<SingleSubst index="0">
- <Substitution in="dollar" out="dollar.smcp"/>
+ <Substitution in="dollar" out="glyph00010"/>
 </SingleSubst>
Expand Down
2 changes: 1 addition & 1 deletion tests/testfiles/roboto_extdiff_expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
@@ -757,7 +730,7 @@
<LookupFlag value="0"/>
<!-- SubTableCount=1 -->
<SingleSubst index="0" Format="1">
<SingleSubst index="0">
- <Substitution in="dollar" out="dollar.smcp"/>
+ <Substitution in="dollar" out="glyph00010"/>
</SingleSubst>
Expand Down
2 changes: 1 addition & 1 deletion tests/testfiles/roboto_udiff_1context_expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
- </post>

@@ -759,3 +732,3 @@
<SingleSubst index="0" Format="1">
<SingleSubst index="0">
- <Substitution in="dollar" out="dollar.smcp"/>
+ <Substitution in="dollar" out="glyph00010"/>
</SingleSubst>
2 changes: 1 addition & 1 deletion tests/testfiles/roboto_udiff_color_expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
@@ -757,7 +730,7 @@
 <LookupFlag value="0"/>
<!-- SubTableCount=1 -->
<SingleSubst index="0" Format="1">
<SingleSubst index="0">
- <Substitution in="dollar" out="dollar.smcp"/>
+ <Substitution in="dollar" out="glyph00010"/>
 </SingleSubst>
Expand Down
2 changes: 1 addition & 1 deletion tests/testfiles/roboto_udiff_ex_headpost_expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
@@ -709,7 +709,7 @@
<LookupFlag value="0"/>
<!-- SubTableCount=1 -->
<SingleSubst index="0" Format="1">
<SingleSubst index="0">
- <Substitution in="dollar" out="dollar.smcp"/>
+ <Substitution in="dollar" out="glyph00010"/>
</SingleSubst>
Expand Down
2 changes: 1 addition & 1 deletion tests/testfiles/roboto_udiff_expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
@@ -757,7 +730,7 @@
<LookupFlag value="0"/>
<!-- SubTableCount=1 -->
<SingleSubst index="0" Format="1">
<SingleSubst index="0">
- <Substitution in="dollar" out="dollar.smcp"/>
+ <Substitution in="dollar" out="glyph00010"/>
</SingleSubst>
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38
envlist = py39

[testenv]
commands =
Expand Down

0 comments on commit 08037f5

Please sign in to comment.