Skip to content

Commit

Permalink
PC-1515: Update django-allauth
Browse files Browse the repository at this point in the history
requires adding a new middleware, as specified in 0.56.0 release notes https://docs.allauth.org/en/latest/release-notes/2023.html#id15

went as far as 0.58.2 for now, latest patch version after django 5.0 support was added in 0.58.0 https://docs.allauth.org/en/latest/release-notes/2023.html#id6
  • Loading branch information
samyou-softwire committed Dec 19, 2024
1 parent dbbfb2f commit 42bd80e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions help_to_heat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"allauth.account.middleware.AccountMiddleware",
"help_to_heat.middleware.RequestLoggingMiddleware", # at the bottom to only log requests that aren't blocked
]

Expand Down
14 changes: 9 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ boto3 = "1.26.86"
botocore = "1.29.86"
debugpy = "1.6.7"
Django = "5.1.4"
django-allauth = "0.54.0"
django-allauth = "0.58.2"
django-cors-headers = "4.6.0"
django-csp = "3.8"
django-debug-toolbar = "4.4.6"
Expand Down

0 comments on commit 42bd80e

Please sign in to comment.