Skip to content

Commit

Permalink
Pin GitPython version not equal to 3.1.19 to avoid nightly builds crush.
Browse files Browse the repository at this point in the history
This release includes the unfinished addition of types to the library.

For more information see: gitpython-developers/GitPython#1095
  • Loading branch information
kajarenc committed Jul 23, 2021
1 parent b9692d7 commit 4ebfe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ validators = "*"
# Don't require watchdog on MacOS, since it'll fail without xcode tools.
# Without watchdog, we fallback to a polling file watcher to check for app changes.
watchdog = {version = "*", markers = "platform_system != 'Darwin'"}
gitpython = "*"
gitpython = "!=3.1.19"

0 comments on commit 4ebfe8a

Please sign in to comment.