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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-10 01:38:11 +00:00 committed by GitHub
parent 6025336686
commit 6e47bc8d8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ aiohttp-session==2.9.0
aiohttp-swagger==1.0.15 aiohttp-swagger==1.0.15
aiojobs==0.3.0 aiojobs==0.3.0
aiosqlite==0.16.0 aiosqlite==0.16.0
cryptography==3.3.1 cryptography==3.3.2
requests==2.25.1 requests==2.25.1
voluptuous==0.12.1 voluptuous==0.12.1
pyfiglet==0.8.post1 pyfiglet==0.8.post1

View file

@ -23,7 +23,7 @@ setup(name='cbpi',
"aiohttp-swagger==1.0.15", "aiohttp-swagger==1.0.15",
"aiojobs==0.3.0", "aiojobs==0.3.0",
"aiosqlite==0.16.0", "aiosqlite==0.16.0",
"cryptography==3.3.1", "cryptography==3.3.2",
"requests==2.25.1", "requests==2.25.1",
"voluptuous==0.12.1", "voluptuous==0.12.1",
"pyfiglet==0.8.post1", "pyfiglet==0.8.post1",