From 0e89a2facbc6b2ebd00a62bd278b70f0ff899e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:15:41 +0000 Subject: [PATCH] Bump cryptography from 2.1.2 to 3.2 in /test/test-app Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.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.1.2...3.2) Signed-off-by: dependabot[bot] --- test/test-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-app/requirements.txt b/test/test-app/requirements.txt index c587cd2..d61e219 100644 --- a/test/test-app/requirements.txt +++ b/test/test-app/requirements.txt @@ -1,3 +1,3 @@ -cryptography==2.1.2 +cryptography==3.2 Eve==0.7.4 PyYAML==3.12