From 8bd2b1623fa788579ac0b280739421556adb8547 Mon Sep 17 00:00:00 2001 From: Brian Mesick <112640379+bmtcril@users.noreply.github.com> Date: Mon, 6 May 2024 17:19:53 -0400 Subject: [PATCH] Upgrade platform plugin aspects to v0.9.0 (#772) --- .../patches/openedx-dev-dockerfile-post-python-requirements | 3 ++- .../patches/openedx-dockerfile-post-python-requirements | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements b/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements index 3f97fee2..7a1c0674 100644 --- a/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements +++ b/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements @@ -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" diff --git a/tutoraspects/patches/openedx-dockerfile-post-python-requirements b/tutoraspects/patches/openedx-dockerfile-post-python-requirements index 3f97fee2..7a1c0674 100644 --- a/tutoraspects/patches/openedx-dockerfile-post-python-requirements +++ b/tutoraspects/patches/openedx-dockerfile-post-python-requirements @@ -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"