From 276f7076fb7ecad6b27d95c50bcfe65719627c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:10:44 +0000 Subject: [PATCH] build(deps): bump cryptography from 2.2.2 to 3.2 in /frontend Bumps [cryptography](https://github.com/pyca/cryptography) from 2.2.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.2.2...3.2) Signed-off-by: dependabot[bot] --- frontend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/requirements.txt b/frontend/requirements.txt index 955900c..80a4ddb 100644 --- a/frontend/requirements.txt +++ b/frontend/requirements.txt @@ -17,7 +17,7 @@ click==6.7 colorama==0.3.9 CommonMark==0.5.4 coverage==4.5.1 -cryptography==2.2.2 +cryptography==3.2 docutils==0.14 flake8==3.5.0 Flask==1.0