Skip to content

Commit

Permalink
feat: upgrade platform-plugin-aspects to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 4, 2024
1 parent 3e8c2a8 commit 90679f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "git+https://github.com/openedx/platform-plugin-aspects@cag/tags"
pip install "platform-plugin-aspects==v0.11.0"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends>=9.3.0,<9.4"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "git+https://github.com/openedx/platform-plugin-aspects@cag/tags"
pip install "platform-plugin-aspects==v0.11.0"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends>=9.3.0,<9.4"

0 comments on commit 90679f1

Please sign in to comment.