Skip to content

Commit

Permalink
fix: django-allauth@^0.63.3 & [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Jun 24, 2024
1 parent a5d5df4 commit bec705f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 11 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"health_check",
"meta",
"modelcluster",
"slippers",
"tailwind",
"taggit",
"wagtail.contrib.forms",
Expand Down
51 changes: 42 additions & 9 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ django-environ = "^0.8.1"
django-model-utils = "^4.2.0"
django-meta = { git = "https://github.com/ivanchenkodmitry/django-meta", rev = "patch-1" }
django-health-check = "^3.16.5"
django-allauth = "^0.63.1"
django-allauth = "^0.63.3"
django-filter = "^24.2"
django-debug-toolbar = "^3.2.4"
celery = "^5.2.3"
Django = "^5.0.6"
django-celery-beat = "^2.4.0"
django-allauth-ui = "^0.3.2"
django-allauth-ui = "^1.0.0"
django-widget-tweaks = "^1.4.12"
redis = "^4.1.3"
requests = "^2.27.1"
Expand Down

0 comments on commit bec705f

Please sign in to comment.