From 06bb094365b47467cc4e76a6932d93eb39621a9d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 27 Apr 2021 05:37:03 -0700 Subject: [PATCH 1/3] Update cryptography from 3.4.6 to 3.4.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40aef8398..701ccd311 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.4.6 +cryptography==3.4.7 Django==3.1.8 gunicorn==20.0.4 jwcrypto==0.8 From 6d525cb8f6a08bc7956c212b9d4afda9068da582 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 27 Apr 2021 05:37:03 -0700 Subject: [PATCH 2/3] Update django from 3.1.8 to 3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 701ccd311..20e37dbaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cryptography==3.4.7 -Django==3.1.8 +Django==3.2 gunicorn==20.0.4 jwcrypto==0.8 requests==2.25.1 From 2192e1ab63ce0d9387645e1918e968b46a186492 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 27 Apr 2021 05:37:03 -0700 Subject: [PATCH 3/3] Update gunicorn from 20.0.4 to 20.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20e37dbaf..bf3f7ecd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cryptography==3.4.7 Django==3.2 -gunicorn==20.0.4 +gunicorn==20.1.0 jwcrypto==0.8 requests==2.25.1 six==1.15.0