Skip to content

Commit 45b422a

Browse files
committed
Bump dependencies (fixes earwig#40).
1 parent 29c3043 commit 45b422a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name = "gitup",
2020
packages = find_packages(),
2121
entry_points = {"console_scripts": ["gitup = gitup.script:run"]},
22-
install_requires = ["GitPython >= 2.1.1", "colorama >= 0.3.7"],
22+
install_requires = ["GitPython >= 2.1.8", "colorama >= 0.3.9"],
2323
version = __version__,
2424
author = "Ben Kurtovic",
2525
author_email = "[email protected]",

0 commit comments

Comments
 (0)