Skip to content

Commit e17003d

Browse files
authored
Merge pull request #247 from danihodovic/upgrade-allauth-allauth-ui
fix: django-allauth@^0.63.3 & [email protected]
2 parents a5d5df4 + bec705f commit e17003d

File tree

3 files changed

+45
-11
lines changed

3 files changed

+45
-11
lines changed

config/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"health_check",
9898
"meta",
9999
"modelcluster",
100+
"slippers",
100101
"tailwind",
101102
"taggit",
102103
"wagtail.contrib.forms",

poetry.lock

Lines changed: 42 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ django-environ = "^0.8.1"
1515
django-model-utils = "^4.2.0"
1616
django-meta = { git = "https://github.com/ivanchenkodmitry/django-meta", rev = "patch-1" }
1717
django-health-check = "^3.16.5"
18-
django-allauth = "^0.63.1"
18+
django-allauth = "^0.63.3"
1919
django-filter = "^24.2"
2020
django-debug-toolbar = "^3.2.4"
2121
celery = "^5.2.3"
2222
Django = "^5.0.6"
2323
django-celery-beat = "^2.4.0"
24-
django-allauth-ui = "^0.3.2"
24+
django-allauth-ui = "^1.0.0"
2525
django-widget-tweaks = "^1.4.12"
2626
redis = "^4.1.3"
2727
requests = "^2.27.1"

0 commit comments

Comments
 (0)