From 07fe24853aa9ab3467937c2d2e776a5cdd0e0238 Mon Sep 17 00:00:00 2001
From: Calum Mackervoy <c.mackervoy@gmail.com>
Date: Mon, 10 Aug 2020 20:04:39 +0200
Subject: [PATCH 1/4] update: update requirements for DjangoLDPv1

---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 21fd7c430..27506611c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,12 +7,12 @@ Click==7.0
 confusable-homoglyphs==3.2.0
 cryptography==2.8
 decorator==4.4.2
-Django==1.11.29
+Django==2.2
 django-guardian==2.0.0
 django-oidc-provider==0.7.0
 django-registration==3.0.1
 django-rest-framework==0.1.0
-djangoldp==0.6.40
+djangoldp==1.0.0
 djangoldp-account==0.2.32
 djangoldp-conversation==0.2.2
 djangorestframework==3.11.0
@@ -28,7 +28,7 @@ PyLD==1.0.5
 pytz==2019.3
 PyYAML==5.3
 requests==2.23.0
-risefor-lobbying==0.0.0
+risefor-lobbying~=0.0.0
 sib-manager==0.4.12
 six==1.14.0
 urllib3==1.25.8
-- 
GitLab


From 6da0997ceb304808f3dd1e973737b00bb27f98dd Mon Sep 17 00:00:00 2001
From: Calum Mackervoy <c.mackervoy@gmail.com>
Date: Mon, 10 Aug 2020 20:06:26 +0200
Subject: [PATCH 2/4] updated djangoldp_conversation requirement

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 27506611c..e6bfa83fb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,7 @@ django-registration==3.0.1
 django-rest-framework==0.1.0
 djangoldp==1.0.0
 djangoldp-account==0.2.32
-djangoldp-conversation==0.2.2
+djangoldp-conversation==1.0.0
 djangorestframework==3.11.0
 future==0.18.2
 idna==2.9
-- 
GitLab


From fb57854d7977310d0fda19d9dc4e0a0f267e61cd Mon Sep 17 00:00:00 2001
From: Calum Mackervoy <c.mackervoy@gmail.com>
Date: Mon, 10 Aug 2020 20:11:56 +0200
Subject: [PATCH 3/4] update: updated Risefor requirement

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index e6bfa83fb..1894937d3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,7 +28,7 @@ PyLD==1.0.5
 pytz==2019.3
 PyYAML==5.3
 requests==2.23.0
-risefor-lobbying~=0.0.0
+risefor-lobbying~=1.0.0
 sib-manager==0.4.12
 six==1.14.0
 urllib3==1.25.8
-- 
GitLab


From 8e434da5948407720d03c00f79a350d2f21f968c Mon Sep 17 00:00:00 2001
From: Calum Mackervoy <c.mackervoy@gmail.com>
Date: Wed, 30 Sep 2020 14:08:27 +0200
Subject: [PATCH 4/4] update: tweaking requirements

---
 requirements.txt | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 1894937d3..f537b2e68 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
+
 alabaster==0.7.12
 Beaker==1.11.0
 certifi==2019.11.28
@@ -9,12 +10,12 @@ cryptography==2.8
 decorator==4.4.2
 Django==2.2
 django-guardian==2.0.0
-django-oidc-provider==0.7.0
+django-webidoidc-provider
 django-registration==3.0.1
 django-rest-framework==0.1.0
-djangoldp==1.0.0
-djangoldp-account==0.2.32
-djangoldp-conversation==1.0.0
+djangoldp>=1.0.0
+djangoldp-account>=1.0.0
+djangoldp-conversation>=1.0.0
 djangorestframework==3.11.0
 future==0.18.2
 idna==2.9
@@ -26,10 +27,10 @@ pycryptodomex==3.9.7
 pyjwkest==1.4.2
 PyLD==1.0.5
 pytz==2019.3
-PyYAML==5.3
+pyyaml
 requests==2.23.0
 risefor-lobbying~=1.0.0
-sib-manager==0.4.12
+sib-manager>=0.4
 six==1.14.0
 urllib3==1.25.8
 validators==0.14.2
-- 
GitLab