Skip to content

Commit

Permalink
fix(deps): update dependency pygit2 to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent b025165 commit 1bd51c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies = [
'opentype-sanitizer',
'vttlib',
# pygit2 1.16.0 only supports 3.10+
'pygit2==1.15.0; python_version < "3.13"',
'pygit2==1.16.0; python_version >= "3.13"',
'pygit2==1.17.0; python_version < "3.13"',
'pygit2==1.17.0; python_version >= "3.13"',
'strictyaml',
'fontmake[json]>=3.3.0',
'skia-pathops',
Expand Down

0 comments on commit 1bd51c8

Please sign in to comment.