Drop remaining pin of elasticsearch

We overlooked the remaining pin when we removed the same from setup.cfg
by 6e2a303280 .

Change-Id: Idda084a37538055391ea095e312f33f3ac11cd2a
This commit is contained in:
Takashi Kajinami 2024-11-19 11:53:15 +09:00
parent 92dee3ed9e
commit 794c199e59

View File

@ -13,7 +13,7 @@ bandit>=1.7.0,<1.8.0 # Apache-2.0
pymongo!=3.1,>=3.0.2 # Apache-2.0
# Elasticsearch python client
elasticsearch>=2.0.0,<3.0.0 # Apache-2.0
elasticsearch>=2.0.0 # Apache-2.0
# Redis python client
redis>=2.10.0 # MIT