From b6535dd9c7ebf34bb76f45f4339d12e07876108f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 5 Oct 2020 13:54:05 -0700 Subject: pipenv: update elasticsearch client to 7.x series --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 0102071..6a14b19 100644 --- a/Pipfile +++ b/Pipfile @@ -7,8 +7,8 @@ verify_ssl = true aiofiles = "*" babel = "*" bs4 = "*" -elasticsearch = ">=6.0.0,<7.0.0" -elasticsearch-dsl = ">=6.0.0,<7.0.0" +elasticsearch = ">=7.0.0,<8.0.0" +elasticsearch-dsl = ">=7.0.0,<8.0.0" fastapi = "*" fatcat-openapi-client = ">=0.3.2" ftfy = "*" -- cgit v1.2.3