Skip to content

Commit

Permalink
Merge pull request #1607 from ResearchHub/fix/django-allauth
Browse files Browse the repository at this point in the history
Update `django-allauth` to 0.50.0
  • Loading branch information
gzurowski committed May 24, 2024
2 parents 170cd4a + 873ec18 commit 827b0e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 827b0e6

Please sign in to comment.