Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Feb 21, 2024
1 parent 5cb0b43 commit ad33d14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ cmarkgfm==2024.1.14
collidoscope==0.6.5
defcon==0.10.3
dehinter==4.0.0
fontTools[ufo,lxml,unicode]==4.48.1
fontTools[ufo,lxml,unicode]==4.49.0
freetype-py==2.3.0 # pinned for now. See: https://github.com/fonttools/fontbakery/issues/4143
gflanguages==0.5.17
gfsubsets==2024.2.5
glyphsets==0.6.13
glyphsets==0.6.14
Jinja2==3.1.3
lxml==5.1.0
munkres==1.1.4 # This should be a dependency of fonttools instead!
opentype-sanitizer==9.1.0
opentypespec==1.9.1
packaging==23.2
pip-api==0.0.30
pip-api==0.0.33
PyYAML==6.0.1
protobuf==3.20.3 # pinned to 3.x series which was used to generate our textproto files
requests==2.31.0
rich==13.7.0
shaperglot==0.4.0
shaperglot==0.4.2
stringbrewer==0.0.1
toml==0.10.2
ufolint==1.2.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# (see https://github.com/fonttools/fontbakery/issues/3970)
"stringbrewer",
f"ufo2ft{UFO2FT_VERSION}",
"shaperglot>=0.3.0", # versions prior to v0.3.0 had too stric dependency rules
"shaperglot>=0.4.2", # versions prior to v0.3.0 had too stric dependency rules
# for other deps such as protobuf, making it harder satisfy all dependencies.
]

Expand All @@ -58,7 +58,7 @@
"gflanguages>=0.5.17",
"gfsubsets>=2024.2.5",
"glyphsets>=0.6.14",
"shaperglot>=0.4.0",
"shaperglot>=0.4.2",
]


Expand All @@ -84,7 +84,7 @@
typenetwork_extras = [
f"beautifulsoup4{BEAUTIFULSOUP4_VERSION}",
f"ufo2ft{UFO2FT_VERSION}",
"shaperglot>=0.3.1",
"shaperglot>=0.4.2",
]

iso15008_extras = []
Expand Down

0 comments on commit ad33d14

Please sign in to comment.