From 26dcf32acdd903f9594e93ca4116ce4aae9c974f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:44:22 +0000 Subject: [PATCH] Update csp-gateway requirement from <2.6,>=2.5 to >=2.5,<2.7 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.6.0) --- updated-dependencies: - dependency-name: csp-gateway dependency-version: 2.6.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 edf7a76..88e5f8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "chatom", "croniter", "csp>=0.9,<1", - "csp-gateway>=2.5,<2.6", + "csp-gateway>=2.5,<2.7", "dateparser", "hydra-core", "pandas",