Skip to content

Commit

Permalink
feat: Upgrade Python dependency lti-consumer-xblock (#36098)
Browse files Browse the repository at this point in the history
chore: downgrade lti-consumer-xblock

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

Co-authored-by: mumarkhan999 <[email protected]>
  • Loading branch information
github-actions[bot] and mumarkhan999 committed Jan 10, 2025
1 parent 6b15941 commit 553c30a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ 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.0
lti-consumer-xblock==9.12.1
7 changes: 4 additions & 3 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,10 @@ lazy==1.6
# xblock
loremipsum==1.0.5
# via ora2
lti-consumer-xblock==9.13.0
# via -r requirements/edx/kernel.in
lti-consumer-xblock==9.12.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
lxml[html-clean,html_clean]==5.3.0
# via
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -942,7 +944,6 @@ 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,8 +1189,9 @@ loremipsum==1.0.5
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# ora2
lti-consumer-xblock==9.13.0
lti-consumer-xblock==9.12.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 @@ -1610,7 +1611,6 @@ 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: 4 additions & 3 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,10 @@ loremipsum==1.0.5
# via
# -r requirements/edx/base.txt
# ora2
lti-consumer-xblock==9.13.0
# via -r requirements/edx/base.txt
lti-consumer-xblock==9.12.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
lxml[html-clean]==5.3.0
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -1158,7 +1160,6 @@ 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: 4 additions & 3 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,10 @@ loremipsum==1.0.5
# via
# -r requirements/edx/base.txt
# ora2
lti-consumer-xblock==9.13.0
# via -r requirements/edx/base.txt
lti-consumer-xblock==9.12.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
lxml[html-clean]==5.3.0
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -1222,7 +1224,6 @@ 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 553c30a

Please sign in to comment.