File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -457,8 +457,8 @@ django==4.2.5 \
457457 # django-stubs
458458 # django-stubs-ext
459459 # model-bakery
460- django-allauth==0.55.2 \
461- --hash=sha256:7b713c9947f1917e5c1c5a106fd6208d2c2c71435542fec6d60b01fd7bada3a8
460+ django-allauth==0.56.1 \
461+ --hash=sha256:347044c4e268e085ef4b4b26ea5fdc9d40576872d55e630f1736e1c9a7761529
462462 # via -r config/requirements/prod.in
463463django-cache-url==3.4.4 \
464464 --hash=sha256:5ca4760b4580b80e41279bc60d1e5c16a822e4e462265faab0a330701bb0ef9a \
Original file line number Diff line number Diff line change @@ -302,8 +302,8 @@ django==4.2.5 \
302302 # django-allauth
303303 # django-crispy-forms
304304 # django-storages
305- django-allauth==0.55.2 \
306- --hash=sha256:7b713c9947f1917e5c1c5a106fd6208d2c2c71435542fec6d60b01fd7bada3a8
305+ django-allauth==0.56.1 \
306+ --hash=sha256:347044c4e268e085ef4b4b26ea5fdc9d40576872d55e630f1736e1c9a7761529
307307 # via -r config/requirements/prod.in
308308django-cache-url==3.4.4 \
309309 --hash=sha256:5ca4760b4580b80e41279bc60d1e5c16a822e4e462265faab0a330701bb0ef9a \
Original file line number Diff line number Diff line change 5858]
5959
6060MIDDLEWARE = [
61+ "allauth.account.middleware.AccountMiddleware" ,
6162 "django.middleware.security.SecurityMiddleware" ,
6263 "django.contrib.sessions.middleware.SessionMiddleware" ,
6364 "django.middleware.common.CommonMiddleware" ,
You can’t perform that action at this time.
0 commit comments