From 45b422a4e7aca1df272a83df796e46e86f449956 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 12 Dec 2017 12:36:10 -0600 Subject: [PATCH] Bump dependencies (fixes #40). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2fc57b..a6dc6fb 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name = "gitup", packages = find_packages(), entry_points = {"console_scripts": ["gitup = gitup.script:run"]}, - install_requires = ["GitPython >= 2.1.1", "colorama >= 0.3.7"], + install_requires = ["GitPython >= 2.1.8", "colorama >= 0.3.9"], version = __version__, author = "Ben Kurtovic", author_email = "ben.kurtovic@gmail.com",