From 1f7affe0a02b40c858b0b7fd5aad0f8092a29575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 05:15:53 +0000 Subject: [PATCH] Bump firstrade from 0.0.38 to 0.0.39 Bumps [firstrade](https://github.com/MaxxRK/firstrade-api) from 0.0.38 to 0.0.39. - [Release notes](https://github.com/MaxxRK/firstrade-api/releases) - [Commits](https://github.com/MaxxRK/firstrade-api/commits) --- updated-dependencies: - dependency-name: firstrade dependency-version: 0.0.39 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 81dad72..1581604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ { name = "QuantStrategyLab" } ] dependencies = [ - "firstrade==0.0.38", + "firstrade==0.0.39", "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3b6a0a9bedde72773e188041e0dc48516b38aadc", "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@8278048366f1cd83e29e0c921e4048e7e25ae227", "google-cloud-storage", diff --git a/requirements.txt b/requirements.txt index a4118f6..c0e888e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask gunicorn -firstrade==0.0.38 +firstrade==0.0.39 quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3b6a0a9bedde72773e188041e0dc48516b38aadc us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@8278048366f1cd83e29e0c921e4048e7e25ae227 google-cloud-storage