Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Feb 6, 2024
1 parent 76ad301 commit 041f90e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ $(FONTDIR)/%.woff2: $(FONTDIR)/%.ttf

$(TESTDIR)/%-shaping.html: $(FONTDIR)/%.ttf $(TESTDIR)/fontbakery.yml
$(info   SHAPE $(<F))
fontbakery check-shaping --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -e WARN 1> /dev/null
fontbakery check-shaping --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -e WARN -q

$(TESTDIR)/%-fb.html: $(FONTDIR)/%.ttf $(TESTDIR)/fontbakery.yml
$(info   TEST $(<F))
fontbakery check-universal --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -e WARN 1> /dev/null
fontbakery check-universal --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -e WARN -q

$(TESTDIR)/decomposition.json: $(SOURCEDIR)/$(NAME).glyphspackage $(FONTS)
$(info   GEN $(@F))
Expand Down
36 changes: 19 additions & 17 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,27 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --strip-extras requirements-test.in
# pip-compile requirements-test.in
#
appdirs==1.4.4
# via fs
attrs==23.2.0
# via ufolib2
babelfont==3.0.1
# via
# collidoscope
# fontbakery
# via collidoscope
beziers==0.5.0
# via fontbakery
booleanoperations==0.9.0
# via ufo2ft
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cmarkgfm
cffsubr==0.2.9.post1
cffsubr==0.3.0
# via ufo2ft
charset-normalizer==3.3.2
# via requests
cmarkgfm==2022.10.27
cmarkgfm==2024.1.14
# via fontbakery
collidoscope==0.6.5
# via fontbakery
Expand All @@ -34,11 +32,11 @@ docopt==0.6.2
# via num2words
filelock==3.13.1
# via youseedee
fontbakery==0.10.9
fontbakery[shaping]==0.11.1
# via -r requirements-test.in
fontfeatures==1.8.0
# via babelfont
fonttools==4.47.2
fonttools[ufo,unicode]==4.47.2
# via
# babelfont
# booleanoperations
Expand All @@ -51,25 +49,28 @@ fonttools==4.47.2
# kurbopy
# ufo2ft
# ufolib2
# vharfbuzz
freetype-py==2.3.0
# via fontbakery
fs==2.4.16
# via
# fontfeatures
# fonttools
gflanguages==0.5.15
gflanguages==0.5.17
# via shaperglot
glyphslib==6.6.0
glyphslib==6.6.3
# via babelfont
idna==3.6
# via requests
jinja2==3.1.3
# via fontbakery
kurbopy==0.10.40
# via collidoscope
lxml==5.1.0
# via fontfeatures
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
munkres==1.1.4
Expand All @@ -84,7 +85,7 @@ opentype-sanitizer==9.1.0
# via fontbakery
opentypespec==1.9.1
# via fontbakery
orjson==3.9.10
orjson==3.9.13
# via babelfont
packaging==23.2
# via fontbakery
Expand Down Expand Up @@ -134,23 +135,24 @@ toml==0.10.2
# via fontbakery
tqdm==4.66.1
# via collidoscope
ufo2ft==2.33.4
ufo2ft==3.0.0
# via
# fontbakery
# shaperglot
ufolib2==0.16.0
# via
# babelfont
# glyphslib
uharfbuzz==0.38.0
uharfbuzz==0.39.0
# via
# collidoscope
# fontbakery
# vharfbuzz
unicodedata2==15.1.0
# via fonttools
urllib3==2.1.0
urllib3==2.2.0
# via requests
vharfbuzz==0.2.0
vharfbuzz==0.3.0
# via
# fontbakery
# shaperglot
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --strip-extras requirements.in
# pip-compile requirements.in
#
appdirs==1.4.4
# via fs
attrs==23.2.0
# via ufolib2
brotli==1.1.0
# via fonttools
fonttools==4.47.2
fonttools[ufo,unicode,woff]==4.47.2
# via
# -r requirements.in
# fonttools
# glyphslib
# ufolib2
fs==2.4.16
# via fonttools
glyphslib==6.6.0
glyphslib==6.6.3
# via -r requirements.in
openstep-plist==0.3.1
# via glyphslib
Expand All @@ -28,7 +28,7 @@ skia-pathops==0.8.0.post1
# via -r requirements.in
ufolib2==0.16.0
# via glyphslib
uharfbuzz==0.38.0
uharfbuzz==0.39.0
# via -r requirements.in
unicodedata2==15.1.0
# via fonttools
Expand Down

0 comments on commit 041f90e

Please sign in to comment.