Skip to content
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
1 change: 1 addition & 0 deletions common/djangoapps/third_party_auth/tests/specs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,7 @@ def do_complete(self, strategy, request, partial_pipeline_token, partial_data, u
calling actions.do_complete
"""
strategy.storage.partial.store(partial_data)
strategy.session_set("partial_pipeline_token", partial_pipeline_token)
if not user:
user = request.user
return actions.do_complete(
Expand Down
10 changes: 5 additions & 5 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
cffi==2.0.0
cffi==2.1.0
# via cryptography
chem==2.0.0
# via -r requirements/edx-sandbox/base.in
click==8.4.1
click==8.4.2
# via nltk
codejail-includes==2.0.0
# via -r requirements/edx-sandbox/base.in
Expand Down Expand Up @@ -58,7 +58,7 @@ openedx-calc==5.0.0
# via -r requirements/edx-sandbox/base.in
packaging==26.2
# via matplotlib
pillow==12.2.0
pillow==12.3.0
# via matplotlib
pycparser==3.0
# via cffi
Expand All @@ -72,7 +72,7 @@ python-dateutil==2.9.0.post0
# via matplotlib
random2==1.0.2
# via -r requirements/edx-sandbox/base.in
regex==2026.5.9
regex==2026.6.28
# via nltk
scipy==1.17.1
# via
Expand All @@ -84,5 +84,5 @@ sympy==1.14.0
# via
# -r requirements/edx-sandbox/base.in
# openedx-calc
tqdm==4.68.2
tqdm==4.68.3
# via nltk
2 changes: 1 addition & 1 deletion requirements/edx/assets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
click==8.4.1
click==8.4.2
# via -r requirements/edx/assets.in
libsass==0.10.0
# via
Expand Down
Loading
Loading