From a115c87780da6bad7025afa87e98b71cca8eb67f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 07:37:21 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 327026885..1e0f8fd1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ classifiers = [ ] dependencies = [ "beautifulsoup4>=4.12.3", - "cython>=3.1.0-1", # For lxml on Python 3.14 pre-release + "cython>=3.1.0.post1", # For lxml on Python 3.14 pre-release "fake-useragent>=1.5.1", "imageio>=2.36.1", "keras>=3.7",