Skip to content

Commit

Permalink
fix: openedx events version for redwood
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Oct 9, 2024
1 parent 8d2612b commit 3729014
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ six
future; python_version < "3.0"
web-fragments
openedx-filters==1.8.1
openedx-events==0.8.1
openedx-events==9.10.0
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ django==2.2.25 # via -c requirements/constraints.txt, edx-opaque-keys
edx-opaque-keys[django]==2.2.0 # via -c requirements/constraints.txt, -r requirements/base.in
kombu==4.6.11 # via celery
openedx-filters==1.8.1 # via -c requirements/constraints.txt, -r requirements/base.in
openedx-events==0.8.1
openedx-events==9.10.0
pbr==5.10.0 # via stevedore
pymongo==4.2.0 # via edx-opaque-keys
pytz==2022.2.1 # via celery, django
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ celery<5.0
Django==2.2.25
edx-opaque-keys[django]==2.2.0
openedx-filters==1.8.1
openedx-events==0.8.1
openedx-events==9.10.0
pip-tools<5.4
click==7.1.2
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy-object-proxy==1.7.1 # via astroid
markupsafe==2.1.1 # via jinja2
mccabe==0.7.0 # via pylint
openedx-filters==1.8.1 # via -c requirements/constraints.txt, -r requirements/base.txt
openedx-events==0.8.1
openedx-events==9.10.0
packaging==21.3 # via pytest
pbr==5.10.0 # via -r requirements/base.txt, stevedore
platformdirs==2.5.2 # via pylint
Expand Down

0 comments on commit 3729014

Please sign in to comment.