From ee1fb680306fede5e0ca7fb87d889251f28ebb36 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 9 Dec 2024 10:22:23 -0500 Subject: [PATCH 1/7] 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 e95051d42..a6117e088 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.4" + pip install "platform-plugin-aspects==v0.11.5" RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ pip install "edx-event-routing-backends>=9.3.0,<9.4" From 409520d853900d51a5d7baf6e7c5ba4331166e50 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 9 Dec 2024 10:22:51 -0500 Subject: [PATCH 2/7] 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 e95051d42..a6117e088 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.4" + pip install "platform-plugin-aspects==v0.11.5" RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ pip install "edx-event-routing-backends>=9.3.0,<9.4" From 0caf51e8edd12275feb18ca49503d55208f6a92c Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 9 Dec 2024 10:23:39 -0500 Subject: [PATCH 3/7] chore: update version --- tutoraspects/templates/aspects/build/aspects/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/templates/aspects/build/aspects/requirements.txt b/tutoraspects/templates/aspects/build/aspects/requirements.txt index 484aa01d3..6e69bf8fc 100644 --- a/tutoraspects/templates/aspects/build/aspects/requirements.txt +++ b/tutoraspects/templates/aspects/build/aspects/requirements.txt @@ -1,5 +1,5 @@ # alembic packages alembic==1.11.1 clickhouse-sqlalchemy==0.1.9 -git+https://github.com/openedx/xapi-db-load@1.4.1 +git+https://github.com/openedx/xapi-db-load@1.4.2 pyyaml From 4dba443d7a8623bf263ef843112c64fa105221fa Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 9 Dec 2024 10:51:17 -0500 Subject: [PATCH 4/7] 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 a6117e088..0813e729d 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.5" + pip install "platform-plugin-aspects==v0.11.6" RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ pip install "edx-event-routing-backends>=9.3.0,<9.4" From addefa014102e4ee4844861b57855cb6d4fdccc1 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 9 Dec 2024 10:51:34 -0500 Subject: [PATCH 5/7] 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 a6117e088..0813e729d 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.5" + pip install "platform-plugin-aspects==v0.11.6" RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ pip install "edx-event-routing-backends>=9.3.0,<9.4" From 231a2a6ffebb9374aa5e6d7721a18e1b5106f91b Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 9 Dec 2024 11:27:08 -0500 Subject: [PATCH 6/7] 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 0813e729d..ee3c84f1e 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" From cd7c78014102656c0e6797a2b439c54a19def62c Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 9 Dec 2024 11:27:23 -0500 Subject: [PATCH 7/7] 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 0813e729d..ee3c84f1e 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"