Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

fix: update git hash for all PRs which has django42 support #6970

Merged
merged 2 commits into from
Aug 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -573,13 +573,13 @@ EDXAPP_PRIVATE_REQUIREMENTS:
extra_args: -e
- name: git+https://github.com/openedx/xblock-in-video-quiz.git@a703acd9ef82434fc7ca2bc230496f45a584bb9a#egg=invideoquiz-xblock
extra_args: -e
- name: git+https://github.com/openedx/xblock-submit-and-compare@8f0b3279f36e25aff8cce3f0b1793b9f19dc8729#egg=xblock-submit-and-compare
- name: git+https://github.com/openedx/xblock-submit-and-compare@39dd7f96b35affab5244880672da665a8adec332#egg=xblock-submit-and-compare
extra_args: -e
- name: git+https://github.com/openedx/xblock-free-text-response@83a389e0a4b0a464e5d1e4a4a201678aed5eee9a#egg=xblock-free-text-response
extra_args: -e
- name: git+https://github.com/openedx/xblock-sql-grader@5257b4a1aa07aa572fd3865647d91d0628f0cbd3#egg=xblock-sql-grader
- name: git+https://github.com/openedx/xblock-sql-grader@5ae84bb9389bccacfb19a2444ef405a8eae93b13#egg=xblock-sql-grader
extra_args: -e
- name: git+https://github.com/openedx/xblock-image-modal@bef91413447e15570863ab08316a04c0b546b268#egg=xblock-image-modal
- name: git+https://github.com/openedx/xblock-image-modal@f280a623ae58886fb3d6b577802e9d59b04de585#egg=xblock-image-modal
extra_args: -e
# XBlocks associated with the LabXchange project
- name: git+https://github.com/open-craft/labxchange-xblocks.git@a0a8a8dad13199014d4bb29cee416289880bde0b#egg=labxchange-xblocks
Expand Down
Loading