Skip to content

Commit

Permalink
Upgrade platform plugin aspects to v0.9.0 (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed May 6, 2024
1 parent 1153573 commit 8bd2b16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "platform-plugin-aspects==v0.8.0"
pip install "platform-plugin-aspects==v0.9.0"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends==v9.0.1"
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "platform-plugin-aspects==v0.8.0"
pip install "platform-plugin-aspects==v0.9.0"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends==v9.0.1"

0 comments on commit 8bd2b16

Please sign in to comment.