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:
parent
c2230cdefb
commit
cb887a602e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ setup(
|
||||||
'aiohttp',
|
'aiohttp',
|
||||||
'aiojobs',
|
'aiojobs',
|
||||||
'ecdsa>=0.13.3',
|
'ecdsa>=0.13.3',
|
||||||
'cryptography==2.5',
|
'cryptography==3.2',
|
||||||
'PyNaCl>=1.3.0',
|
'PyNaCl>=1.3.0',
|
||||||
'requests',
|
'requests',
|
||||||
'cython',
|
'cython',
|
||||||
|
|
Loading…
Reference in a new issue