Skip to content

Commit

Permalink
Merge pull request #964 from openedx/bmtcril/bump_platform_plugin_asp…
Browse files Browse the repository at this point in the history
…ects_0_11_3

fix: Bump platform-plugin-aspects to v0.11.3
  • Loading branch information
Cristhian Garcia authored Oct 8, 2024
2 parents 71092c1 + 7a76106 commit 984e634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 "platform-plugin-aspects==v0.11.2"
pip install "platform-plugin-aspects==v0.11.3"

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 "platform-plugin-aspects==v0.11.2"

pip install "platform-plugin-aspects==v0.11.3"
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 984e634

Please sign in to comment.