diff --git a/pyproject.toml b/pyproject.toml index 8c2ec5be..080be185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ # the minimum minor version here, that absolutely needs to go in the release # notes. # Pygit2 changelog: https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md - "pygit2>=1.13.0,<1.15.0", + "pygit2>=1.16.0,<1.17.0", "PyYaml>=6.0", "requests", "typing_extensions>=4.4.0",