Skip to content

Commit 7eb04fe

Browse files
fix(deps): update dependency pygit2 to v1.18.1
1 parent c790895 commit 7eb04fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dependencies = [
4545
'opentype-sanitizer',
4646
'vttlib',
4747
# pygit2 1.16.0 only supports 3.10+
48-
'pygit2==1.15.0; python_version < "3.13"',
49-
'pygit2==1.16.0; python_version >= "3.13"',
48+
'pygit2==1.18.1; python_version < "3.13"',
49+
'pygit2==1.18.1; python_version >= "3.13"',
5050
'strictyaml',
5151
'fontmake[json]>=3.3.0',
5252
'skia-pathops',

0 commit comments

Comments
 (0)