From 30e0ad5fbd50caa452b1ef329d873473055c4f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 05:53:24 +0000 Subject: [PATCH] Bump cryptography in /Day61-65/code/project_of_tornado Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 to 39.0.1. - [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.1...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... 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 c2cf07d1ea..f1756f9d70 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==39.0.1 pycparser==2.19 PyMySQL==0.9.2 six==1.12.0