From fca1d7a8c9ed3750dc985551744734b581bc9e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:09:29 +0000 Subject: [PATCH] Bump cython from 3.0.5 to 3.0.11 Bumps [cython](https://github.com/cython/cython) from 3.0.5 to 3.0.11. - [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.5...3.0.11) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/torch_common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/torch_common.txt b/requirements/torch_common.txt index 177f40bc4d..17c25699f0 100644 --- a/requirements/torch_common.txt +++ b/requirements/torch_common.txt @@ -1,4 +1,4 @@ -cython==3.0.5 +cython==3.0.11 wheel==0.42.0 pillow==10.3.0 numpy==1.24.3; sys_platform != 'win32'