From 1f95204a76d253f281dd9cccb05fa8445ddb08a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:02:53 +0000 Subject: [PATCH] Bump cryptography from 2.6.1 to 3.2 in /Day61-65/code/project_of_tornado Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6.1...3.2) Signed-off-by: dependabot[bot] --- Day61-65/code/project_of_tornado/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day61-65/code/project_of_tornado/requirements.txt b/Day61-65/code/project_of_tornado/requirements.txt index c2cf07d..49b5c70 100644 --- a/Day61-65/code/project_of_tornado/requirements.txt +++ b/Day61-65/code/project_of_tornado/requirements.txt @@ -1,7 +1,7 @@ aiomysql==0.0.20 asn1crypto==0.24.0 cffi==1.12.2 -cryptography==2.6.1 +cryptography==3.2 pycparser==2.19 PyMySQL==0.9.2 six==1.12.0