From 8c60e2e26f67fbf38c974fbd49f1ab473fd0a555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 06:31:19 +0000 Subject: [PATCH] Bump cython from 0.21.2 to 3.0.5 Bumps [cython](https://github.com/cython/cython) from 0.21.2 to 3.0.5. - [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/0.21.2...3.0.5) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70f3d61..3d4e789 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Cython==0.21.2 +Cython==3.0.5 Kivy>=1.8.0 netifaces==0.11.0 Twisted>=15.0.0