Skip to content

Commit c98a017

Browse files
fix(deps): update dependency pygit2 to >=1.19.1,<1.20
1 parent e9d4552 commit c98a017

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,<35",
2424
# Until https://github.com/libgit2/pygit2/issues/1292 is resolved
25-
"pygit2>=1.12.0,<1.18",
25+
"pygit2>=1.19.1,<1.20",
2626
]
2727

2828
[project.scripts]

0 commit comments

Comments
 (0)