From cf67a52d2b611ffb405d0c71cf31615c5756fe9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:29:25 +0000 Subject: [PATCH] Update ccflow requirement from >=0.5.2 to >=0.8.3 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.8.3) --- updated-dependencies: - dependency-name: ccflow dependency-version: 0.8.3 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 88e5f8e..4cf7cdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ dependencies = [ "beautifulsoup4", - "ccflow>=0.5.2", + "ccflow>=0.8.3", "chatom", "croniter", "csp>=0.9,<1",