Skip to content

Commit

Permalink
build: upgrading algoliasearch. (#33771)
Browse files Browse the repository at this point in the history
* build: upgrading algoliasearch.
  • Loading branch information
awais786 authored Nov 28, 2023
1 parent 52019d3 commit 0848eec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
1 change: 0 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ boto==2.39.0
# adding these constraints to minimize boto3 and botocore changeset
social-auth-core==4.3.0
social-auth-app-django==5.0.0
algoliasearch==2.6.3

# urllib3>=2.0.0 conflicts with elastic search && snowflake-connector-python packages
# which require urllib3<2 for now.
Expand Down
6 changes: 2 additions & 4 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ aiohttp==3.8.6
# via geoip2
aiosignal==1.3.1
# via aiohttp
algoliasearch==2.6.3
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/bundled.in
algoliasearch==3.0.0
# via -r requirements/edx/bundled.in
amqp==5.2.0
# via kombu
analytics-python==1.4.post1
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ alabaster==0.7.13
# via
# -r requirements/edx/doc.txt
# sphinx
algoliasearch==2.6.3
algoliasearch==3.0.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
amqp==5.2.0
Expand Down
6 changes: 2 additions & 4 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ aiosignal==1.3.1
# aiohttp
alabaster==0.7.13
# via sphinx
algoliasearch==2.6.3
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
algoliasearch==3.0.0
# via -r requirements/edx/base.txt
amqp==5.2.0
# via
# -r requirements/edx/base.txt
Expand Down
6 changes: 2 additions & 4 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ aiosignal==1.3.1
# via
# -r requirements/edx/base.txt
# aiohttp
algoliasearch==2.6.3
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
algoliasearch==3.0.0
# via -r requirements/edx/base.txt
amqp==5.2.0
# via
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 0848eec

Please sign in to comment.