Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-allauth to 0.50.0 #1607

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/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 src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ django-elasticsearch-dsl-drf = "0.20.8"
q5-django-inlinecss = "0.0.2"
pdf2doi = "1.5"
beautifulsoup4 = "4.12.2"
django-allauth = "0.48.0"
django-allauth = "0.50.0"
bibtexparser = {version = "^2.0.0b3", allow-prereleases = true}
pyyaml = "6.0.1"
segment-analytics-python = "^2.2.3"
Expand Down
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ distlib==0.3.8 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
dj-rest-auth==2.2.8 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:9fb3492888185ede8b2064ad6803120c7b0b83ab08e2347a02e9b44282374242
django-allauth==0.48.0 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:531821ce6a2278168054add13421776c9f8e565cf39926e799fa02d6c29da920
django-allauth==0.50.0 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:ee3a174e249771caeb1d037e64b2704dd3c56cfec44f2058fae2214b224d35e8
django-celery-beat==2.0.0 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:fdf1255eecfbeb770c6521fe3e69989dfc6373cd5a7f0fe62038d37f80f47e48 \
--hash=sha256:fe0b2a1b31d4a6234fea4b31986ddfd4644a48fab216ce1843f3ed0ddd2e9097
Expand Down