From fb6a56f355f5e73bbe8aeb1ab641bc1d21aa791b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:12:01 +0000 Subject: [PATCH] Bump cython from 3.0.5 to 3.0.10 Bumps [cython](https://github.com/cython/cython) from 3.0.5 to 3.0.10. - [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.10) --- 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..60170ab67b 100644 --- a/requirements/torch_common.txt +++ b/requirements/torch_common.txt @@ -1,4 +1,4 @@ -cython==3.0.5 +cython==3.0.10 wheel==0.42.0 pillow==10.3.0 numpy==1.24.3; sys_platform != 'win32'