From 7d8650191cd7a94d3769513c6e04af7d82a1526d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:19:40 +0000 Subject: [PATCH] Bump cryptography from 2.8 to 3.2 in /amadanBot Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 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.8...3.2) Signed-off-by: dependabot[bot] --- amadanBot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadanBot/requirements.txt b/amadanBot/requirements.txt index a7c9f9d..1fec134 100644 --- a/amadanBot/requirements.txt +++ b/amadanBot/requirements.txt @@ -15,6 +15,6 @@ urllib3==1.25.8 websockets==8.1 yarl==1.4.2 cffi==1.14.0 -cryptography==2.8 +cryptography==3.2 pycparser==2.19 six==1.14.0