From 24567fd4453c077b707eeb8627d7fd383cf12433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 22:58:14 +0000 Subject: [PATCH] Bump pycryptodome from 3.4.3 to 3.6.6 Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.4.3 to 3.6.6. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.4.3...v3.6.6) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95aef0e..f0da9d1 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ 'oauth2client==3.0.0', 'requests_toolbelt==0.7.0', 'python_jwt==2.0.1', - 'pycryptodome==3.4.3' + 'pycryptodome==3.6.6' ] )