From 58a6d4cc4f325be8144ea7dbf0a7ac159926489a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 16:08:03 +0000 Subject: [PATCH] Bump cython from 3.1.2 to 3.1.3 in /python/helpers in the common group Bumps the common group in /python/helpers with 1 update: [cython](https://github.com/cython/cython). Updates `cython` from 3.1.2 to 3.1.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.1.2...3.1.3) --- updated-dependencies: - dependency-name: cython dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common ... Signed-off-by: dependabot[bot] --- python/helpers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/requirements.txt b/python/helpers/requirements.txt index 8fc522c60c4..716ebfc17b7 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -9,4 +9,4 @@ poetry==2.1.3 tomli==2.2.1 # Some dependencies will only install if Cython is present -Cython==3.1.2 +Cython==3.1.3