From 3e4c6a750797e3a6813ee64ad19551a3dced575b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:48:44 +0000 Subject: [PATCH] Bump cryptography from 3.0 to 3.2 in /aiohttp_mysql Bumps [cryptography](https://github.com/pyca/cryptography) from 3.0 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/3.0...3.2) Signed-off-by: dependabot[bot] --- aiohttp_mysql/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp_mysql/requirements.txt b/aiohttp_mysql/requirements.txt index 22aff7b..e27f079 100644 --- a/aiohttp_mysql/requirements.txt +++ b/aiohttp_mysql/requirements.txt @@ -5,7 +5,7 @@ async-timeout==3.0.1 attrs==19.3.0 cffi==1.14.1 chardet==3.0.4 -cryptography==3.0 +cryptography==3.2 idna==2.10 Jinja2==2.11.2 MarkupSafe==1.1.1