diff --git a/localcert/localcert/settings.py b/localcert/localcert/settings.py index 625a6f7..3cec9c3 100644 --- a/localcert/localcert/settings.py +++ b/localcert/localcert/settings.py @@ -88,6 +88,7 @@ "django.contrib.auth.middleware.AuthenticationMiddleware", "django.contrib.messages.middleware.MessageMiddleware", "django.middleware.clickjacking.XFrameOptionsMiddleware", + "allauth.account.middleware.AccountMiddleware", ] ROOT_URLCONF = "localcert.urls" diff --git a/localcert/requirements-dev.txt b/localcert/requirements-dev.txt index 2607802..a8173e8 100644 --- a/localcert/requirements-dev.txt +++ b/localcert/requirements-dev.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.12.2 -black==23.7.0 -coverage==7.3.0 +black==23.10.1 +coverage==7.3.2 dnspython==2.4.2 flake8==6.1.0 pip-upgrader==1.4.15 diff --git a/localcert/requirements.txt b/localcert/requirements.txt index 44cb3ea..15c3a1e 100644 --- a/localcert/requirements.txt +++ b/localcert/requirements.txt @@ -1,20 +1,20 @@ asgiref==3.7.2 certifi==2023.7.22 -cffi==1.15.1 -charset-normalizer==3.2.0 -cryptography==41.0.3 +cffi==1.16.0 +charset-normalizer==3.3.2 +cryptography==41.0.5 defusedxml==0.7.1 -Django==4.2.4 -django-allauth==0.55.2 +Django==4.2.7 +django-allauth==0.58.1 django-csp==3.7 gunicorn==21.2.0 idna==3.4 oauthlib==3.2.2 -psycopg2-binary==2.9.7 +psycopg2-binary==2.9.9 pycparser==2.21 PyJWT==2.8.0 python3-openid==3.2.0 requests==2.31.0 requests-oauthlib==1.3.1 sqlparse==0.4.4 -urllib3==2.0.4 +urllib3==2.0.7