Merge pull request #17 from Manuel83/dependabot/pip/cryptography-3.3.2

This commit is contained in:
Manuel83 2021-02-10 07:19:41 +01:00 committed by GitHub
commit 0af9f6b0e3
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
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

View file

@ -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",