From dac9be79458920fa526de7543a798d4c756532b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:33:02 +0000 Subject: [PATCH] Bump cryptography from 2.4.2 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.4.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.4.2...3.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31d03ca..c4ab869 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'dill==0.2.7.1', 'pyrsync2==0.2.6', 'requests==2.20.0', - 'cryptography==2.4.2', + 'cryptography==3.2', 'gitignore-parser==0.0.3', 'attrdict==2.0.0' ]