From fb95a3a0e1a9aedffd42e7d3177d1b99ca20bdf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:50:58 +0000 Subject: [PATCH] Bump cryptography from 2.7 to 3.2 in /python/budget_sns_subscriber Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 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.7...3.2) Signed-off-by: dependabot[bot] --- python/budget_sns_subscriber/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/budget_sns_subscriber/requirements.txt b/python/budget_sns_subscriber/requirements.txt index 9986d15..6cc49b9 100644 --- a/python/budget_sns_subscriber/requirements.txt +++ b/python/budget_sns_subscriber/requirements.txt @@ -3,5 +3,5 @@ email-validator==1.0.4 flask>=1.0 flask-login>=0.4 boto3>=1.9 -cryptography==2.7 +cryptography==3.2 Flask-SQLAlchemy==2.3.2 \ No newline at end of file