Skip to content

Commit

Permalink
feat: update XBlock to 5.1.0 (openedx#35325)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsprenkle authored and rediris committed Aug 27, 2024
1 parent b37cd10 commit 8279709
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
4 changes: 0 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,3 @@ django-storages<1.14.4
# We are pinning this until after all the smaller migrations get handled and then we can migrate this all at once.
# Ticket to unpin: https:/edx/edx-arch-experiments/issues/760
social-auth-app-django<=5.4.1

# Xblock==5.0.0 changed how entrypoints were loaded, breaking a workaround for overriding blocks.
# See ticket: https:/openedx/XBlock/issues/777
xblock[django]==4.0.1
3 changes: 1 addition & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1258,9 +1258,8 @@ webob==1.8.8
# xblock
wrapt==1.16.0
# via -r requirements/edx/paver.txt
xblock[django]==4.0.1
xblock[django]==5.1.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
# acid-xblock
# crowdsourcehinter-xblock
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2231,9 +2231,8 @@ wrapt==1.16.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# astroid
xblock[django]==4.0.1
xblock[django]==5.1.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# acid-xblock
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1549,9 +1549,8 @@ webob==1.8.8
# xblock
wrapt==1.16.0
# via -r requirements/edx/base.txt
xblock[django]==4.0.1
xblock[django]==5.1.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# acid-xblock
# crowdsourcehinter-xblock
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1646,9 +1646,8 @@ wrapt==1.16.0
# via
# -r requirements/edx/base.txt
# astroid
xblock[django]==4.0.1
xblock[django]==5.1.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# acid-xblock
# crowdsourcehinter-xblock
Expand Down

0 comments on commit 8279709

Please sign in to comment.