Skip to content

Commit 0ab7a80

Browse files
fix(deps): update dependency pygit2 to v1.16.0
1 parent a64af18 commit 0ab7a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
'opentype-sanitizer',
4646
'vttlib',
4747
# pygit2 1.16.0 only supports 3.10+
48-
'pygit2==1.15.0; python_version < "3.13"',
48+
'pygit2==1.16.0; python_version < "3.13"',
4949
'pygit2==1.16.0; python_version >= "3.13"',
5050
'strictyaml',
5151
'fontmake[json]>=3.3.0',

0 commit comments

Comments
 (0)