From 04198fcea75467b305266a363dcde3b6a1b32d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:36:27 +0000 Subject: [PATCH] Bump cryptography in /Day61-65/code/project_of_tornado Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6.1...41.0.0) --- 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..5b6480decf 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==41.0.0 pycparser==2.19 PyMySQL==0.9.2 six==1.12.0