Bump cryptography from 2.5 to 3.2

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.5 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.5...3.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-27 21:50:39 +00:00 committed by GitHub
parent c2230cdefb
commit cb887a602e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ setup(
'aiohttp',
'aiojobs',
'ecdsa>=0.13.3',
'cryptography==2.5',
'cryptography==3.2',
'PyNaCl>=1.3.0',
'requests',
'cython',