From e86603e41880fd23e81e10c7ed388f70f71af6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:03:43 +0000 Subject: [PATCH] Update csp requirement from <1,>=0.9 to >=0.16.0,<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.16.0) --- updated-dependencies: - dependency-name: csp dependency-version: 0.16.0 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 79c5956..5481663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "ccflow>=0.5.2", "chatom", "croniter", - "csp>=0.9,<1", + "csp>=0.16.0,<1", "csp-gateway>=2.5,<2.7", "dateparser", "hydra-core",