From 9e1bf0b5e5e73cf5c03b24979ce2c7f2473c2874 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 22 May 2024 12:25:37 -0500 Subject: [PATCH] chore: upgrade platform-plugin-aspects to v0.9.4 --- .../patches/openedx-dev-dockerfile-post-python-requirements | 2 +- .../patches/openedx-dockerfile-post-python-requirements | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements b/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements index 2bd283bc7..8fd5d1271 100644 --- a/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements +++ b/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements @@ -1,5 +1,5 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ - pip install "platform-plugin-aspects==v0.9.2" + pip install "platform-plugin-aspects==v0.9.4" 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 2bd283bc7..8fd5d1271 100644 --- a/tutoraspects/patches/openedx-dockerfile-post-python-requirements +++ b/tutoraspects/patches/openedx-dockerfile-post-python-requirements @@ -1,5 +1,5 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ - pip install "platform-plugin-aspects==v0.9.2" + pip install "platform-plugin-aspects==v0.9.4" RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ pip install "edx-event-routing-backends==v9.0.1"