From: Jakob Schlyter Date: Thu, 24 Aug 2023 21:47:33 +0000 (+0200) Subject: drop cryptography limit (#984) X-Git-Tag: v2.5.0rc1~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86cd2335a3c029c930d837dcc0800de667c07338;p=thirdparty%2Fdnspython.git drop cryptography limit (#984) --- diff --git a/pyproject.toml b/pyproject.toml index 6421b16e..00fce59c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ httpx = {version=">=0.24.1", optional=true} httpcore = {version=">=0.17.3", optional=true} h2 = {version=">=4.1.0", optional=true} idna = {version=">=2.1,<4.0", optional=true} -cryptography = {version=">=2.6,<42.0", optional=true} +cryptography = {version=">=2.6", optional=true} trio = {version=">=0.14,<0.23", optional=true} wmi = {version="^1.5.1", optional=true} aioquic = {version=">=0.9.20", optional=true}