From e65de47f04bac26663c6b89326e2c05261df3cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:10:06 +0000 Subject: [PATCH] Bump cryptography from 2.4.2 to 3.2 in /hbp_nrp_backend 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] --- hbp_nrp_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbp_nrp_backend/requirements.txt b/hbp_nrp_backend/requirements.txt index a280870..949bb79 100644 --- a/hbp_nrp_backend/requirements.txt +++ b/hbp_nrp_backend/requirements.txt @@ -11,5 +11,5 @@ timeout-decorator==0.3.2 urllib3[secure]==1.21.1 ptvsd==3.0.0 requests -cryptography==2.4.2 +cryptography==3.2 backports.functools_lru_cache==1.5 \ No newline at end of file