Skip to content

Commit

Permalink
chore: upgrade edx-search to 4.1.1
Browse files Browse the repository at this point in the history
This is to benefit from the latest changes concerning meilisearch index
creation: openedx/edx-search#166
  • Loading branch information
regisb committed Nov 1, 2024
1 parent defee16 commit fc65ac4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ elasticsearch<7.14.0
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0


# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ edx-rest-api-client==6.0.0
# -r requirements/edx/kernel.in
# edx-enterprise
# edx-proctoring
edx-search==4.1.0
edx-search==4.1.1
# via -r requirements/edx/kernel.in
edx-sga==0.25.0
# via -r requirements/edx/bundled.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 @@ -806,7 +806,7 @@ edx-rest-api-client==6.0.0
# -r requirements/edx/testing.txt
# edx-enterprise
# edx-proctoring
edx-search==4.1.0
edx-search==4.1.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ edx-rest-api-client==6.0.0
# -r requirements/edx/base.txt
# edx-enterprise
# edx-proctoring
edx-search==4.1.0
edx-search==4.1.1
# via -r requirements/edx/base.txt
edx-sga==0.25.0
# via -r requirements/edx/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ edx-rest-api-client==6.0.0
# -r requirements/edx/base.txt
# edx-enterprise
# edx-proctoring
edx-search==4.1.0
edx-search==4.1.1
# via -r requirements/edx/base.txt
edx-sga==0.25.0
# via -r requirements/edx/base.txt
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ wheel==0.44.0

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.2.0
# via -r requirements/pip.in

0 comments on commit fc65ac4

Please sign in to comment.