Skip to content

Commit

Permalink
Add pin for lti-consumer-xblock (openedx#36097)
Browse files Browse the repository at this point in the history
* chore: add pin for lti-consumer-xblock

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

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]>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mumarkhan999 and github-actions[bot] authored Jan 10, 2025
1 parent c5fabd5 commit 5ae7187
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
5 changes: 5 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,8 @@ 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: 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 5ae7187

Please sign in to comment.