diff --git a/pyproject.toml b/pyproject.toml index 020e77d..fb6c0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pytz", "requests", "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@aae333fe8b3fe5aeb32e1ff135ab14ea7db32420", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@6776c59d709848abdfb513ef5f1853be029f99b1", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@c3959da4fc9de2480646b083ad51fff5f68d9a00", ] license = "MIT" authors = [ diff --git a/qsl.toml b/qsl.toml index 3aaa117..6b56ff1 100644 --- a/qsl.toml +++ b/qsl.toml @@ -6,7 +6,7 @@ allow_legacy = false [qsl.requires] quant_platform_kit = "aae333fe8b3fe5aeb32e1ff135ab14ea7db32420" -us_equity_strategies = "6776c59d709848abdfb513ef5f1853be029f99b1" +us_equity_strategies = "c3959da4fc9de2480646b083ad51fff5f68d9a00" [qsl.compat] bundle = "2026.08.0" diff --git a/uv.lock b/uv.lock index c756d69..35f93f2 100644 --- a/uv.lock +++ b/uv.lock @@ -449,7 +449,7 @@ requires-dist = [ { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=aae333fe8b3fe5aeb32e1ff135ab14ea7db32420" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=6776c59d709848abdfb513ef5f1853be029f99b1" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=c3959da4fc9de2480646b083ad51fff5f68d9a00" }, ] provides-extras = ["test"] @@ -1237,7 +1237,7 @@ wheels = [ [[package]] name = "us-equity-strategies" version = "0.7.60" -source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=6776c59d709848abdfb513ef5f1853be029f99b1#6776c59d709848abdfb513ef5f1853be029f99b1" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=c3959da4fc9de2480646b083ad51fff5f68d9a00#c3959da4fc9de2480646b083ad51fff5f68d9a00" } dependencies = [ { name = "pandas" }, { name = "pytz" },