From c563c1e2a61862c10283d79b00c60f63c45403c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:22:12 +0000 Subject: [PATCH] chore(deps): update ferro-ta requirement from >=1.0.0 to >=1.1.4 Updates the requirements on [ferro-ta](https://github.com/pratikbhadane24/ferro-ta) to permit the latest version. - [Release notes](https://github.com/pratikbhadane24/ferro-ta/releases) - [Changelog](https://github.com/pratikbhadane24/ferro-ta/blob/main/CHANGELOG.md) - [Commits](https://github.com/pratikbhadane24/ferro-ta/compare/v1.0.0...v1.1.4) --- updated-dependencies: - dependency-name: ferro-ta dependency-version: 1.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 345001f..d95c0a5 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ # Runtime dependencies for ferro-ta API -ferro_ta>=1.0.0 +ferro_ta>=1.1.4 fastapi>=0.110.0 uvicorn[standard]>=0.27.0 pydantic>=2.0.0