From 709d29e753f098dae49e32c58f3d5ea844a90e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 18:26:27 +0000 Subject: [PATCH] Bump cryptography from 2.9 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9 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/2.9...3.3.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a0480de..7285c462 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ configparser==5.0.0 # via tini coverage==5.1 # via django-coverage-plugin -cryptography==2.9 +cryptography==3.3.2 # via pyjwt defusedxml==0.6.0 # via python3-openid