Skip to content

Commit

Permalink
feat: Upgrade Python dependency lti-consumer-xblock
Browse files Browse the repository at this point in the history
Update to fix a bug. Has a migration.  See openedx/xblock-lti-consumer#523 for more details.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
  • Loading branch information
feanil committed Jan 24, 2025
1 parent 05c7d26 commit a29e9f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ lazy==1.6
# xblock
loremipsum==1.0.5
# via ora2
lti-consumer-xblock==9.13.1
lti-consumer-xblock==9.13.2
# via -r requirements/edx/kernel.in
lxml[html-clean,html_clean]==5.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ loremipsum==1.0.5
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# ora2
lti-consumer-xblock==9.13.1
lti-consumer-xblock==9.13.2
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ loremipsum==1.0.5
# via
# -r requirements/edx/base.txt
# ora2
lti-consumer-xblock==9.13.1
lti-consumer-xblock==9.13.2
# via -r requirements/edx/base.txt
lxml[html-clean]==5.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ loremipsum==1.0.5
# via
# -r requirements/edx/base.txt
# ora2
lti-consumer-xblock==9.13.1
lti-consumer-xblock==9.13.2
# via -r requirements/edx/base.txt
lxml[html-clean]==5.3.0
# via
Expand Down

0 comments on commit a29e9f6

Please sign in to comment.