From 452a993ed08c2036d33ea318c431edd101994b76 Mon Sep 17 00:00:00 2001 From: abram axel booth Date: Wed, 31 Jul 2024 11:50:19 -0400 Subject: [PATCH] fix ci - bump celery to 5.4.0 (from 5.1.2) - bump kombu to 5.3.7 (from 5.1.0) - bump python-dateutil to 2.9.0 (from 2.8.1) - bump django-allauth to 0.63.6 (from 0.44.0) --- project/settings.py | 1 + requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/project/settings.py b/project/settings.py index b320f7c69..c8da60aee 100644 --- a/project/settings.py +++ b/project/settings.py @@ -173,6 +173,7 @@ def split(string, delim): 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'api.middleware.DeprecationMiddleware', + 'allauth.account.middleware.AccountMiddleware', ] INTERNAL_IPS = ['127.0.0.1'] diff --git a/requirements.txt b/requirements.txt index b5a428f23..9ceab464d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ bcrypt==3.2.0 # Apache 2.0 beautifulsoup4==4.9.3 # MIT -celery==5.1.2 # BSD 3 Clause +celery==5.4.0 # BSD 3 Clause colorlog==5.0.1 # MIT -django-allauth==0.44.0 # MIT +django-allauth==0.63.6 # MIT django-celery-beat==2.2.1 # BSD 3 Clause django-cors-headers==3.7.0 # MIT django-extensions==3.1.3 # MIT @@ -20,7 +20,7 @@ furl==2.1.2 # None gevent==22.10.2 # MIT jsonschema==3.2.0 # MIT lxml==4.9.1 # BSD -kombu==5.1.0 # BSD 3 Clause +kombu==5.3.7 # BSD 3 Clause markdown2==2.4.10 # MIT nameparser==1.0.6 # LGPL networkx==2.5.1 # BSD @@ -29,7 +29,7 @@ pendulum==2.1.2 # MIT pillow==9.3.0 # PIL Software License psycogreen==1.0.2 # BSD psycopg2==2.9.5 # LGPL with exceptions or ZPL -python-dateutil==2.8.1 # Apache 2.0 +python-dateutil==2.9.0 # Apache 2.0 PyJWE==1.0.0 # Apache 2.0 rdflib==7.0.0 pyyaml==6.0 # MIT