From cd7c78014102656c0e6797a2b439c54a19def62c Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 9 Dec 2024 11:27:23 -0500 Subject: [PATCH] chore: update version --- .../patches/openedx-dockerfile-post-python-requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/patches/openedx-dockerfile-post-python-requirements b/tutoraspects/patches/openedx-dockerfile-post-python-requirements index 0813e729..ee3c84f1 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.6" + pip install "platform-plugin-aspects==v0.11.7" RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ pip install "edx-event-routing-backends>=9.3.0,<9.4"