Skip to content

Commit

Permalink
Merge pull request #122 from Pearson-Advance/vue/PADV-1270
Browse files Browse the repository at this point in the history
feat: Installing new openedx-events version and fixing requirements
  • Loading branch information
alexjmpb authored May 21, 2024
2 parents 79e4bd2 + 211affc commit 8c49c07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ pytz==2022.2.1

# openedx-events>0.13.0 causes test failures due to breaking changes
# These broken tests will be fixed in a separate PR
openedx-events==8.3.0
openedx-events==9.10.0
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ openedx-calc==3.0.1
# via -r requirements/edx/base.in
openedx-django-pyfs==3.2.1
# via xblock
openedx-events==8.3.0
openedx-events==9.10.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ openedx-django-pyfs==3.2.1
# via
# -r requirements/edx/testing.txt
# xblock
openedx-events==8.3.0
openedx-events==9.10.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
Expand Down

0 comments on commit 8c49c07

Please sign in to comment.