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

Dependencies: all packages updated via pip-tools #11625

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/pip.txt
# django-storages
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -121,7 +121,7 @@ django==4.2.16
# django-timezone-field
# djangorestframework
# jsonfield
django-allauth[mfa,saml,socialaccount]==64.2.1
django-allauth[mfa,saml,socialaccount]==65.0.2
Copy link
Member

@humitos humitos Sep 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important changes:

When the user is partially logged in (e.g. pending 2FA, or login by code), accessing the login/signup page now redirects to the pending login stage. This is similar to the redirect that was already in place when the user was fully authenticated while accessing the login/signup page. As a result, cancelling (logging out of) the pending stage requires an actual logout POST instead of merely linking back to e.g. the login page. The builtin templates handle this change transparently, but if you copied any of the templates involving the login stages you will have to adjust the cancel link into a logout POST.

(https://docs.allauth.org/en/latest/release-notes/recent.html#id2)

cc @agjohnson since you worked on the templates.
cc @stsewd since you implemented 2FA.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like templates may need to be updated. Here is the PR https://codeberg.org/allauth/django-allauth/pulls/4111/files.

# via -r requirements/pip.txt
django-annoying==0.10.7
# via -r requirements/pip.txt
Expand Down Expand Up @@ -263,7 +263,7 @@ markdown==3.7
# via -r requirements/pip.txt
matplotlib-inline==0.1.7
# via ipython
newrelic==9.13.0
newrelic==10.0.0
# via -r requirements/deploy.in
oauthlib==3.2.2
# via
Expand All @@ -286,7 +286,7 @@ platformdirs==4.3.6
# via
# -r requirements/pip.txt
# virtualenv
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# -r requirements/pip.txt
# click-repl
Expand Down Expand Up @@ -347,7 +347,7 @@ qrcode==7.4.2
# via
# -r requirements/pip.txt
# django-allauth
redis==5.0.8
redis==5.1.0
# via
# -r requirements/pip.txt
# django-cacheops
Expand Down Expand Up @@ -428,7 +428,7 @@ typing-extensions==4.12.2
# psycopg
# psycopg-pool
# qrcode
tzdata==2024.1
tzdata==2024.2
# via
# -r requirements/pip.txt
# django-celery-beat
Expand Down Expand Up @@ -459,7 +459,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.5
virtualenv==20.26.6
# via -r requirements/pip.txt
wcwidth==0.2.13
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/pip.txt
# django-storages
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -131,7 +131,7 @@ django==4.2.16
# django-timezone-field
# djangorestframework
# jsonfield
django-allauth[mfa,saml,socialaccount]==64.2.1
django-allauth[mfa,saml,socialaccount]==65.0.2
# via -r requirements/pip.txt
django-annoying==0.10.7
# via -r requirements/pip.txt
Expand Down Expand Up @@ -310,7 +310,7 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# -r requirements/pip.txt
# click-repl
Expand Down Expand Up @@ -377,7 +377,7 @@ qrcode==7.4.2
# via
# -r requirements/pip.txt
# django-allauth
redis==5.0.8
redis==5.1.0
# via
# -r requirements/pip.txt
# django-cacheops
Expand Down Expand Up @@ -460,7 +460,7 @@ typing-extensions==4.12.2
# psycopg
# psycopg-pool
# qrcode
tzdata==2024.1
tzdata==2024.2
# via
# -r requirements/pip.txt
# django-celery-beat
Expand Down Expand Up @@ -490,7 +490,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/pip.txt
# tox
Expand Down
23 changes: 14 additions & 9 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/docs.txt requirements/docs.in
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
anyio==4.6.0
# via
Expand All @@ -15,7 +15,9 @@ babel==2.16.0
# sphinx
# sphinx-intl
certifi==2024.8.30
# via requests
# via
# requests
# sphinx-prompt
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand All @@ -28,7 +30,7 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
docutils==0.20.1
docutils==0.21.2
# via
# myst-parser
# sphinx
Expand All @@ -37,14 +39,15 @@ docutils==0.20.1
# sphinx-tabs
exceptiongroup==1.2.2
# via anyio
fonttools==4.53.1
fonttools==4.54.1
# via matplotlib
h11==0.14.0
# via uvicorn
idna==3.10
# via
# anyio
# requests
# sphinx-prompt
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
Expand Down Expand Up @@ -100,7 +103,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
sphinx==8.0.2
# via
# -r requirements/docs.in
# myst-parser
Expand Down Expand Up @@ -131,7 +134,7 @@ sphinx-multiproject==1.0.0rc1
# via -r requirements/docs.in
sphinx-notfound-page==1.0.4
# via -r requirements/docs.in
sphinx-prompt==1.8.0
sphinx-prompt==1.9.0
# via -r requirements/docs.in
sphinx-rtd-theme==3.0.0rc2
# via -r requirements/docs.in
Expand Down Expand Up @@ -161,7 +164,7 @@ sphinxemoji==0.3.1
# via -r requirements/docs.in
sphinxext-opengraph==0.9.1
# via -r requirements/docs.in
starlette==0.38.5
starlette==0.39.1
# via sphinx-autobuild
tomli==2.0.1
# via sphinx
Expand All @@ -170,8 +173,10 @@ typing-extensions==4.12.2
# anyio
# uvicorn
urllib3==2.2.3
# via requests
uvicorn==0.30.6
# via
# requests
# sphinx-prompt
uvicorn==0.31.0
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
Expand Down
14 changes: 7 additions & 7 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ async-timeout==4.0.3
# via redis
billiard==3.6.4.0
# via celery
boto3==1.35.24
boto3==1.35.29
# via django-storages
botocore==1.35.24
botocore==1.35.29
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -85,7 +85,7 @@ django==4.2.16
# django-timezone-field
# djangorestframework
# jsonfield
django-allauth[mfa,saml,socialaccount]==64.2.1
django-allauth[mfa,saml,socialaccount]==65.0.2
# via -r requirements/pip.in
django-annoying==0.10.7
# via -r requirements/pip.in
Expand Down Expand Up @@ -208,7 +208,7 @@ packaging==24.1
# gunicorn
platformdirs==4.3.6
# via virtualenv
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
psycopg[binary,pool]==3.2.2
# via -r requirements/pip.in
Expand Down Expand Up @@ -244,7 +244,7 @@ pyyaml==6.0.2
# via -r requirements/pip.in
qrcode==7.4.2
# via django-allauth
redis==5.0.8
redis==5.1.0
# via
# -r requirements/pip.in
# django-cacheops
Expand Down Expand Up @@ -303,7 +303,7 @@ typing-extensions==4.12.2
# psycopg
# psycopg-pool
# qrcode
tzdata==2024.1
tzdata==2024.2
# via
# -r requirements/pip.in
# django-celery-beat
Expand All @@ -327,7 +327,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.5
virtualenv==20.26.6
# via -r requirements/pip.in
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
14 changes: 7 additions & 7 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/pip.txt
# django-storages
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -126,7 +126,7 @@ django==4.2.16
# django-timezone-field
# djangorestframework
# jsonfield
django-allauth[mfa,saml,socialaccount]==64.2.1
django-allauth[mfa,saml,socialaccount]==65.0.2
# via -r requirements/pip.txt
django-annoying==0.10.7
# via -r requirements/pip.txt
Expand Down Expand Up @@ -293,7 +293,7 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# -r requirements/pip.txt
# click-repl
Expand Down Expand Up @@ -367,7 +367,7 @@ qrcode==7.4.2
# via
# -r requirements/pip.txt
# django-allauth
redis==5.0.8
redis==5.1.0
# via
# -r requirements/pip.txt
# django-cacheops
Expand Down Expand Up @@ -459,7 +459,7 @@ typing-extensions==4.12.2
# psycopg-pool
# qrcode
# sphinx
tzdata==2024.1
tzdata==2024.2
# via
# -r requirements/pip.txt
# django-celery-beat
Expand Down Expand Up @@ -489,7 +489,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.5
virtualenv==20.26.6
# via -r requirements/pip.txt
wcwidth==0.2.13
# via
Expand Down