Skip to content

Commit

Permalink
fix: remove lti-consumer-xblock pin and upgrade package (#36119)
Browse files Browse the repository at this point in the history
* fix: remove lti-consumer-xblock pin and upgrade package

* feat: Upgrade Python dependency lti-consumer-xblock (#36120)

9.13.1 contains a fix for broken LTI 1.3 launches

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: alangsto <46360176+alangsto@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
alangsto and github-actions[bot] authored Jan 16, 2025
1 parent 829f6db commit b885618
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 19 deletions.
5 changes: 0 additions & 5 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,3 @@ social-auth-app-django<=5.4.1
# We are pinning this until we can upgrade to a version of elasticsearch that uses a more recent version of urllib3.
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35126
elasticsearch==7.9.1

# Date 2025-01-10
# Cause: https://github.com/openedx/edx-platform/issues/36095
# Issue for unpinning https://github.com/openedx/edx-platform/issues/36096
lti-consumer-xblock==9.12.1
7 changes: 3 additions & 4 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,8 @@ lazy==1.6
# xblock
loremipsum==1.0.5
# via ora2
lti-consumer-xblock==9.12.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
lti-consumer-xblock==9.13.1
# via -r requirements/edx/kernel.in
lxml[html-clean,html_clean]==5.3.0
# via
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -944,6 +942,7 @@ pyjwt[crypto]==2.10.1
# edx-proctoring
# edx-rest-api-client
# firebase-admin
# lti-consumer-xblock
# pylti1p3
# snowflake-connector-python
# social-auth-core
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1189,9 +1189,8 @@ loremipsum==1.0.5
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# ora2
lti-consumer-xblock==9.12.1
lti-consumer-xblock==9.13.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
lxml[html-clean]==5.3.0
Expand Down Expand Up @@ -1611,6 +1610,7 @@ pyjwt[crypto]==2.10.1
# edx-proctoring
# edx-rest-api-client
# firebase-admin
# lti-consumer-xblock
# pylti1p3
# snowflake-connector-python
# social-auth-core
Expand Down
7 changes: 3 additions & 4 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -860,10 +860,8 @@ loremipsum==1.0.5
# via
# -r requirements/edx/base.txt
# ora2
lti-consumer-xblock==9.12.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
lti-consumer-xblock==9.13.1
# via -r requirements/edx/base.txt
lxml[html-clean]==5.3.0
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -1160,6 +1158,7 @@ pyjwt[crypto]==2.10.1
# edx-proctoring
# edx-rest-api-client
# firebase-admin
# lti-consumer-xblock
# pylti1p3
# snowflake-connector-python
# social-auth-core
Expand Down
7 changes: 3 additions & 4 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,8 @@ loremipsum==1.0.5
# via
# -r requirements/edx/base.txt
# ora2
lti-consumer-xblock==9.12.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
lti-consumer-xblock==9.13.1
# via -r requirements/edx/base.txt
lxml[html-clean]==5.3.0
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -1224,6 +1222,7 @@ pyjwt[crypto]==2.10.1
# edx-proctoring
# edx-rest-api-client
# firebase-admin
# lti-consumer-xblock
# pylti1p3
# snowflake-connector-python
# social-auth-core
Expand Down

0 comments on commit b885618

Please sign in to comment.