From 3d27c1e6dd27b3be9a1ed48e6929dc82a3f371a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:24:38 +0000 Subject: [PATCH] Update csp requirement from <1,>=0.9 to >=0.17.1,<1 Updates the requirements on [csp](https://github.com/Point72/csp) to permit the latest version. - [Release notes](https://github.com/Point72/csp/releases) - [Commits](https://github.com/Point72/csp/compare/v0.9.0...v0.17.1) --- updated-dependencies: - dependency-name: csp dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 373e187..07d1a20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "ccflow>=0.5.2", "chatom>=0.2.0", "croniter", - "csp>=0.9,<1", + "csp>=0.17.1,<1", "csp-gateway>=2.5,<2.7", "dateparser", "hydra-core",