From e464bec415568e78c17e67f9fe25a0e86b824ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:24:24 +0000 Subject: [PATCH] Bump cython from 3.2.8 to 3.2.9 Bumps [cython](https://github.com/cython/cython) from 3.2.8 to 3.2.9. - [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.8...3.2.9) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 89799c0..1460ea1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,4 +1,4 @@ # Will need test.txt if we want to run some tests -r test.txt -cython==3.2.8 +cython==3.2.9 setuptools==83.0.0