From 97eda17e4bbd7af15b0b31a8cc6b9e7be25f1b2f Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Tue, 8 Oct 2024 12:45:23 -0400 Subject: [PATCH] fix: Bump platform-plugin-aspects to v0.11.3 --- .../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 5805a44c5..ba367fb5a 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.11.1" + 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" diff --git a/tutoraspects/patches/openedx-dockerfile-post-python-requirements b/tutoraspects/patches/openedx-dockerfile-post-python-requirements index 5805a44c5..ba367fb5a 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.11.1" + 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"