From f177fd7da5778505d889e3c8f1c9a76094b7a3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:09:34 +0000 Subject: [PATCH] Bump cryptography from 1.2.2 to 3.3.2 in /medtracker Bumps [cryptography](https://github.com/pyca/cryptography) from 1.2.2 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/1.2.2...3.3.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- medtracker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 medtracker/requirements.txt diff --git a/medtracker/requirements.txt b/medtracker/requirements.txt old mode 100755 new mode 100644 index 2cbc3df..b738991 --- a/medtracker/requirements.txt +++ b/medtracker/requirements.txt @@ -4,7 +4,7 @@ billiard==3.3.0.22 blinker==1.4 celery==3.1.20 cffi==1.5.0 -cryptography==1.2.2 +cryptography==3.3.2 DateTime==4.0.1 email==4.0.2 enum34==1.1.2