Skip to content

Commit d452a37

Browse files
build(deps): update dependency pygit2 to >=1.16.0,<1.17.0
1 parent 8dae7e2 commit d452a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
# the minimum minor version here, that absolutely needs to go in the release
2424
# notes.
2525
# Pygit2 changelog: https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md
26-
"pygit2>=1.13.0,<1.15.0",
26+
"pygit2>=1.16.0,<1.17.0",
2727
"PyYaml>=6.0",
2828
"requests",
2929
"typing_extensions>=4.4.0",

0 commit comments

Comments
 (0)