From 904d0257015a9212c056984b020164aefb532c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 06:11:10 +0000 Subject: [PATCH] Bump cryptography from 3.2.1 to 3.3.2 in /dashboard Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2.1...3.3.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 805160e..b457ebe 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -9,7 +9,7 @@ bcrypt==3.1.7 certifi==2019.6.16 cffi==1.12.3 Click==7.0 -cryptography==3.2.1 +cryptography==3.3.2 Flask==1.1.1 flask-paginate Flask-WTF==0.14.2