From a7096b9e6204477363653e4147b4fa14e3fb1291 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 23:03:51 +0000 Subject: [PATCH] Update dependency elasticsearch to v9 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6e68890..2822565 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ package_dir = # new major versions. This works if the required packages follow Semantic Versioning. # For more information, check out https://semver.org/. install_requires = - elasticsearch>8.5,<9.0 + elasticsearch>9.4,<9.5 requests>=2.28,<3.0 importlib-metadata; python_version<"3.8" @@ -66,7 +66,7 @@ exclude = # Add here test requirements (semicolon/line-separated) testing = - elasticsearch>8.5,<9.0 + elasticsearch>9.4,<9.5 requests>=2.28,<3.0 setuptools pytest