X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2Fallmydata%2F_auto_deps.py;h=a78844e6d2bb270cc18e77c04ebd34c72416e7a7;hb=2d7c852acedf08e6938e702b79f8401877d61d85;hp=cbdc9becac0cc7ea336d8b09eeb9d8e5d19368ea;hpb=baaf2a4a559a23ef67da3d997c3750116070c8d8;p=tahoe-lafs%2Ftahoe-lafs.git 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 ]