diff --git a/lib/kibana/pyproject.toml b/lib/kibana/pyproject.toml index a9f01f9743d..ffc0e68ffcf 100644 --- a/lib/kibana/pyproject.toml +++ b/lib/kibana/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ requires-python = ">=3.12" dependencies = [ "requests>=2.25,<3.0", - "elasticsearch~=8.12.1", + "elasticsearch~=8.19.2", ] [project.urls] diff --git a/pyproject.toml b/pyproject.toml index c2808a4c731..2e71fff954d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ "Click~=8.1.7", - "elasticsearch~=8.12.1", + "elasticsearch~=8.19.2", "eql==0.9.19", "jsl==0.2.4", "jsonschema>=4.21.1",