Skip to content

Commit fef8d66

Browse files
Update pygit2 requirement from <1.14.0,>=1.10 to >=1.10,<1.18.0
Updates the requirements on [pygit2](https://github.com/libgit2/pygit2) to permit the latest version. - [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md) - [Commits](libgit2/pygit2@v1.10.0...v1.17.0) --- updated-dependencies: - dependency-name: pygit2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 872d051 commit fef8d66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"pandas>=1.5.3",
2323
"plotly>=5.13.1",
2424
"plumbum>=1.6",
25-
"pygit2>=1.15.0,<1.16.0", # 1.16 drops support for python 3.9
25+
"pygit2>=1.15.0,<1.18.0", # 1.16 drops support for python 3.9
2626
"pygraphviz>=1.7",
2727
"pygtrie>=2.3",
2828
"pylatex>=1.4.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plotly>=5.13.1
1616
plumbum>=1.6
1717
pre-commit>=3.2.0
1818
PyDriller>=2.4.1
19-
pygit2>=1.15.0,<1.16.0
19+
pygit2>=1.15.0,<1.18.0
2020
PyGithub>=1.58
2121
pygraphviz>=1.7
2222
pygtrie>=2.3

0 commit comments

Comments
 (0)