From a189f8ea39184ea6593c408b5ea08b6e25e33b09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:28:23 +0000 Subject: [PATCH] chore(deps): 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..80d4247 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,<9.1 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,<9.1 requests>=2.28,<3.0 setuptools pytest