Skip to content

Commit

Permalink
Merge pull request #963 from openedx/cag/ppa-0.11.2
Browse files Browse the repository at this point in the history
chore(bump): upgrade platform-plugin-aspects to v0.11.2
  • Loading branch information
Cristhian Garcia authored Oct 8, 2024
2 parents 385b707 + 29ddb8e commit 71092c1
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 "platform-plugin-aspects==v0.11.1"
pip install "platform-plugin-aspects==v0.11.2"

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

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 71092c1

Please sign in to comment.