From dcf5da8f32f31f90847ab6e73a2f157aadee946e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:55:18 +0000 Subject: [PATCH] Update ccflow requirement from >=0.5.2 to >=0.9.0 Updates the requirements on [ccflow](https://github.com/Point72/ccflow) to permit the latest version. - [Release notes](https://github.com/Point72/ccflow/releases) - [Commits](https://github.com/Point72/ccflow/compare/v0.5.2...v0.9.0) --- updated-dependencies: - dependency-name: ccflow dependency-version: 0.9.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 3a7dc5c..a273e84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ dependencies = [ "beautifulsoup4", - "ccflow>=0.5.2", + "ccflow>=0.9.0", "chatom>=0.2.0", "croniter", "csp>=0.9,<1",