From ea234bd4d669bf07fcfadebb0b9ddaed9d7e5b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 16:03:22 +0000 Subject: [PATCH] Update cryptography requirement from >=2.6,<36.0 to >=2.6,<37.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...36.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06648a25..c5f72c9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ h2 = {version=">=4.1.0", optional=true, python=">=3.6.2"} 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,<36.0", optional=true} +cryptography = {version=">=2.6,<37.0", optional=true} trio = {version=">=0.14,<0.20", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true} -- 2.47.3