Skip to content

Commit 0aa7883

Browse files
Update dependency elasticsearch to ~=8.19.0
1 parent 80c01cf commit 0aa7883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/kibana/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
requires-python = ">=3.12"
1717
dependencies = [
1818
"requests>=2.25,<3.0",
19-
"elasticsearch~=8.12.1",
19+
"elasticsearch~=8.19.0",
2020
]
2121

2222
[project.urls]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
dependencies = [
2222
"Click~=8.1.7",
23-
"elasticsearch~=8.12.1",
23+
"elasticsearch~=8.19.0",
2424
"eql==0.9.19",
2525
"jsl==0.2.4",
2626
"jsonschema>=4.21.1",

0 commit comments

Comments
 (0)