From 4cf793ca724e528bf851c2692fb616588cce15ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:11:56 +0000 Subject: [PATCH] Bump cython from 3.2.3 to 3.2.4 Bumps [cython](https://github.com/cython/cython) from 3.2.3 to 3.2.4. - [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.3...3.2.4) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b99117..20d1c8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ gsppy = "gsppy.cli:main" [project.optional-dependencies] dev = [ - "cython==3.2.3", + "cython==3.2.4", "hatch==1.16.2", "hatchling==1.28.0", "pylint==4.0.4",