From 73b586a5684b6730c205c38f1a78c5633bb8e1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:24:26 +0000 Subject: [PATCH] Bump cython from 0.21.2 to 3.0.6 Bumps [cython](https://github.com/cython/cython) from 0.21.2 to 3.0.6. - [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.6) --- 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..996547e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Cython==0.21.2 +Cython==3.0.6 Kivy>=1.8.0 netifaces==0.11.0 Twisted>=15.0.0