Skip to content

Commit

Permalink
Upgrade font dependencies
Browse files Browse the repository at this point in the history
 - fontTools to 4.33.3
 - uharfbuzz to 0.25.0
  • Loading branch information
MatthiasValvekens committed May 1, 2022
1 parent 7dee5a2 commit 0bf69a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytz>=2020.1
qrcode>=6.1
tzlocal>=2.1
python-pkcs11>=0.7.0
fonttools>=4.28.2
fonttools>=4.33.3
click>=7.1.2
pyhanko-certvalidator~=0.19.5
requests>=2.24.0
Expand All @@ -16,7 +16,7 @@ Pillow>=7.2.0
pyyaml>=5.3.1
cryptography>=3.3.1
certomancer~=0.8.2
uharfbuzz==0.19.0
uharfbuzz==0.25.0
isort>=5.9.3
aiohttp~=3.8.0
pytest-aiohttp~=0.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_version():
],
extras_require={
'extra_pubkey_algs': ['oscrypto>=1.2.1'],
'opentype': ['fonttools>=4.28.2', 'uharfbuzz==0.19.0'],
'opentype': ['fonttools>=4.33.3', 'uharfbuzz==0.25.0'],
'image-support': [
# Only tested systematically on 8.x,
# but we allow 7.2.x to support system PIL on Ubuntu
Expand Down

0 comments on commit 0bf69a2

Please sign in to comment.