Skip to content

Commit

Permalink
fix: Bump event-routing-backends to v9.2.1
Browse files Browse the repository at this point in the history
This includes a fix to allow backfill to work with the new ERB config format.
  • Loading branch information
bmtcril committed Jun 12, 2024
1 parent b32933b commit de040ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "platform-plugin-aspects==v0.9.4"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends==v9.0.1"
pip install "edx-event-routing-backends==v9.2.1"
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "platform-plugin-aspects==v0.9.4"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends==v9.0.1"
pip install "edx-event-routing-backends==v9.2.1"

0 comments on commit de040ff

Please sign in to comment.