From: Daira Hopwood Date: Thu, 16 Jul 2015 14:38:06 +0000 (+0100) Subject: Bump pyasn1 requirement to >= 0.1.8. X-Git-Tag: allmydata-tahoe-1.10.2b1~14 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=2d7c852acedf08e6938e702b79f8401877d61d85 Bump pyasn1 requirement to >= 0.1.8. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index cbdc9bec..a78844e6 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -53,7 +53,7 @@ install_requires = [ "service-identity", # this is needed to suppress complaints about being unable to verify certs "characteristic >= 14.0.0", # latest service-identity depends on this version - "pyasn1 >= 0.1.4", # latest pyasn1-modules depends on this version + "pyasn1 >= 0.1.8", # latest pyasn1-modules depends on this version "pyasn1-modules >= 0.0.5", # service-identity depends on this ]