From d49c3d953db0d95cccaab021bc4a3b66a0c0bf38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:55:04 +0000 Subject: [PATCH] Update csp-gateway requirement from <2.7,>=2.5 to >=2.8.1,<2.9 Updates the requirements on [csp-gateway](https://github.com/Point72/csp-gateway) to permit the latest version. - [Release notes](https://github.com/Point72/csp-gateway/releases) - [Commits](https://github.com/Point72/csp-gateway/compare/v2.5.0...v2.8.1) --- updated-dependencies: - dependency-name: csp-gateway dependency-version: 2.8.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 3a7dc5c..fe59ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "chatom>=0.2.0", "croniter", "csp>=0.9,<1", - "csp-gateway>=2.5,<2.7", + "csp-gateway>=2.8.1,<2.9", "dateparser", "hydra-core", "pandas",