From 7cd5e75516cfaff52438132430237bce70618d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:08:08 +0000 Subject: [PATCH] Update elasticsearch requirement from >=8.17.0 to >=9.3.0 in /apps/api Updates the requirements on [elasticsearch](https://github.com/elastic/elasticsearch-py) to permit the latest version. - [Release notes](https://github.com/elastic/elasticsearch-py/releases) - [Commits](https://github.com/elastic/elasticsearch-py/compare/v8.17.0...v9.3.0) --- updated-dependencies: - dependency-name: elasticsearch dependency-version: 9.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 42dfff3..7bdb164 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -71,7 +71,7 @@ dependencies = [ # Monitoring (Phase 4) "prometheus-client>=0.21.0", # Search (Phase 5) - "elasticsearch[async]>=8.17.0", + "elasticsearch[async]>=9.3.0", # Live feed (Phase 5 — Shadowbroker engine) "feedparser>=6.0.0", "yfinance>=0.2.0",