From 6e47bc8d8d741700521f53a332668633070303e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 01:38:11 +0000 Subject: [PATCH] Bump cryptography from 3.3.1 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.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.3.1...3.3.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 632d57d..9ec385a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ aiohttp-session==2.9.0 aiohttp-swagger==1.0.15 aiojobs==0.3.0 aiosqlite==0.16.0 -cryptography==3.3.1 +cryptography==3.3.2 requests==2.25.1 voluptuous==0.12.1 pyfiglet==0.8.post1 diff --git a/setup.py b/setup.py index a124bd8..067e8a5 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup(name='cbpi', "aiohttp-swagger==1.0.15", "aiojobs==0.3.0", "aiosqlite==0.16.0", - "cryptography==3.3.1", + "cryptography==3.3.2", "requests==2.25.1", "voluptuous==0.12.1", "pyfiglet==0.8.post1",