From ef70381aec28c92d9c239ace38d2a22716a915cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:01:27 +0000 Subject: [PATCH] Build(deps): Bump cython from 3.2.2 to 3.2.3 Bumps [cython](https://github.com/cython/cython) from 3.2.2 to 3.2.3. - [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.2.2...3.2.3) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/cython.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/cython.txt b/requirements/cython.txt index 90e8e5e3..209c15a2 100644 --- a/requirements/cython.txt +++ b/requirements/cython.txt @@ -1 +1 @@ -cython==3.2.2 +cython==3.2.3