From 1f178d7948df40b63ae851d8c6e4142c553faf53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 01:37:17 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 3.3.2 in /device/pi_py Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.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/3.2...3.3.2) Signed-off-by: dependabot[bot] --- device/pi_py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/pi_py/requirements.txt b/device/pi_py/requirements.txt index 1a918f2..82ab3d7 100644 --- a/device/pi_py/requirements.txt +++ b/device/pi_py/requirements.txt @@ -1,6 +1,6 @@ asn1crypto==0.24.0 cffi==1.11.5 -cryptography==3.2 +cryptography==3.3.2 enum34==1.1.6 idna==2.7 ipaddress==1.0.22