summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2014-12-19 22:37:40 -0600
committerRuben Pollan <meskio@sindominio.net>2015-01-15 13:10:57 -0600
commit6fa8b2a9e7f02c59f794e9dd080fac574841e50b (patch)
treef6002c58277d4a426392a7a51fd18eb5f38e94b3 /pkg
parent963c3afaf1f9674d876465dd4bffc1c11ce1cb51 (diff)
upgrade key when signed by old key
Diffstat (limited to 'pkg')
-rw-r--r--pkg/requirements.pip2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index f3cdae9..207483c 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -3,5 +3,5 @@ simplejson
requests
# if we bump the gnupg version, bump also the sanity check
# in keymanager.__init__
-gnupg>=1.2.3
+gnupg>=1.4.0
enum