From 851af15f48d88bef7f256692be274c745cad342e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:51:08 +0000 Subject: [PATCH] Update cython requirement from >=3.0.11 to >=3.3.0 Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/3.0.11...3.3.0) --- updated-dependencies: - dependency-name: cython dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraint.txt b/constraint.txt index 206bb41..b9f65c6 100644 --- a/constraint.txt +++ b/constraint.txt @@ -1 +1 @@ -cython>=3.0.11 +cython>=3.3.0