From ca535fa5b706a86d12f56d71da43c6f92624fb2d Mon Sep 17 00:00:00 2001 From: Brian Mesick <112640379+bmtcril@users.noreply.github.com> Date: Mon, 6 May 2024 15:15:00 -0400 Subject: [PATCH] chore: Update platform-plugin-aspects to 0.8.0 (#770) --- .../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 62f31e57d..3f97fee2e 100644 --- a/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements +++ b/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements @@ -1,4 +1,4 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ - pip install "platform-plugin-aspects==v0.7.4" + pip install "platform-plugin-aspects==v0.8.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 62f31e57d..3f97fee2e 100644 --- a/tutoraspects/patches/openedx-dockerfile-post-python-requirements +++ b/tutoraspects/patches/openedx-dockerfile-post-python-requirements @@ -1,4 +1,4 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ - pip install "platform-plugin-aspects==v0.7.4" + pip install "platform-plugin-aspects==v0.8.0" RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ pip install "edx-event-routing-backends==v9.0.1"