Skip to content

Commit

Permalink
fix(deps): update dependency django-allauth to ^0.63.0 (#1366)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency django-allauth to ^0.63.0

* changed `django-allauth` dependency to `django-allauth[socialaccount]`

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

---------

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
renovate[bot] and bigcat88 authored Sep 26, 2024
1 parent 817b65f commit 192ad59
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 59 deletions.
78 changes: 20 additions & 58 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 @@ -20,7 +20,7 @@ django-braces = "~1.15.0"
djangorestframework-camel-case = "^1.3.0"
django-parler-rest = "^2.1"
django-parler = "^2.3"
django-allauth = "^0.61.0"
django-allauth = { version = "^0.63.6", extras = [ "socialaccount" ] }
lxml = "^5.0.0"
requests = ">=2.32.0, <2.33.0"
django-cors-headers = "^4.2.0"
Expand Down

0 comments on commit 192ad59

Please sign in to comment.