Bump cryptography from 2.9.2 to 3.2

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-27 21:56:04 +00:00 committed by Christophe Mehay
parent 36ac5e97a8
commit d1a03738ed
2 changed files with 251 additions and 254 deletions

View file

@ -34,7 +34,7 @@ ipy = "^1.00"
[tool.poetry.dev-dependencies]
autopep8 = "^1.5.2"
tox = "^3.15.0"
cryptography = "^2.9.2"
cryptography = "^3.2"
pylint = "^2.5.2"
ptpython = "^3.0.2"
black = "^19.10b0"