Skip to content

Commit cf26fd2

Browse files
fix(deps): update dependency pygit2 to >=1.18.2,<1.19
1 parent ba3a073 commit cf26fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"semver>=2.13.0,<4",
2323
"kubernetes>=25.3.0,<34",
2424
# Until https://github.com/libgit2/pygit2/issues/1292 is resolved
25-
"pygit2>=1.12.0,<1.18",
25+
"pygit2>=1.18.2,<1.19",
2626
]
2727

2828
[project.scripts]

0 commit comments

Comments
 (0)