From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:03:03 +0000 (+0000) Subject: Update cryptography requirement from >=2.6,<4.0 to >=2.6,<36.0 X-Git-Tag: v2.2.0rc1~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba553c76cd6747972e2be67e3b2e7acdc3c597c;p=thirdparty%2Fdnspython.git Update cryptography requirement from >=2.6,<4.0 to >=2.6,<36.0 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6...35.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index cefe78b3..fdc5889e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.6" requests-toolbelt = {version="^0.9.1", optional=true} requests = {version="^2.23.0", optional=true} idna = {version=">=2.1,<4.0", optional=true} -cryptography = {version=">=2.6,<4.0", optional=true} +cryptography = {version=">=2.6,<36.0", optional=true} trio = {version=">=0.14,<0.20", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true}