From 231a2a6ffebb9374aa5e6d7721a18e1b5106f91b Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 9 Dec 2024 11:27:08 -0500 Subject: [PATCH] chore: update version --- .../patches/openedx-dev-dockerfile-post-python-requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements b/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements index 0813e729..ee3c84f1 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.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"