Skip to content

Commit

Permalink
Roll pygit2 back to 1.6.x for Py3.6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic committed Oct 21, 2021
1 parent e9a75af commit 2d01fae
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 35 deletions.
63 changes: 29 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tartufo = "tartufo.cli:main"

[tool.poetry.dependencies]
GitPython = "<3.1.20"
pygit2 = "^1.7.0"
pygit2 = "~1.6"
click = "^7"
colorama = {version = "*", markers = "sys_platform == 'win32'"}
dataclasses = {version = "*", python = "< 3.7"}
Expand Down

0 comments on commit 2d01fae

Please sign in to comment.