Skip to content

Commit

Permalink
Allow newer packages in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
skef committed Feb 27, 2025
1 parent 38a1f91 commit 9a34aef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# of our tools is stable
# NOTE: hard-pinning (==) here gets relaxed to >= in pyproject.toml
# NOTE: This list is currently duplicated in pyproject.toml
lxml==4.9.3
booleanOperations==0.9.0
defcon[lxml,pens]==0.10.3
fontMath==0.9.3
fontTools[unicode,woff,lxml,ufo]==4.43.0
tqdm==4.66.1
ufonormalizer==0.6.1
ufoProcessor==1.13.1
lxml>=4.9.3
booleanOperations>=0.9.0
defcon[lxml,pens]>=0.10.3
fontMath>=0.9.3
fontTools[unicode,woff,lxml,ufo]>=4.43.0
tqdm>=4.66.1
ufonormalizer>=0.6.1
ufoProcessor>=1.13.1

0 comments on commit 9a34aef

Please sign in to comment.