From b7c45fe3f8ac7c1fe1f058c7213f2a8adb015c01 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 27 Apr 2021 22:48:17 +0200 Subject: [PATCH] Dependency update (#42) * Update cryptography from 3.4.6 to 3.4.7 * Update django from 3.1.8 to 3.2 * Update gunicorn from 20.0.4 to 20.1.0 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 40aef8398..bf3f7ecd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -cryptography==3.4.6 -Django==3.1.8 -gunicorn==20.0.4 +cryptography==3.4.7 +Django==3.2 +gunicorn==20.1.0 jwcrypto==0.8 requests==2.25.1 six==1.15.0