From 518e1323895a6f59bb67bae4d8835f7c9c0bbd3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 04:09:16 +0000 Subject: [PATCH] Bump cython from 0.29.27 to 0.29.32 Bumps [cython](https://github.com/cython/cython) from 0.29.27 to 0.29.32. - [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.29.27...0.29.32) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e2866a..8d060ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Cython==0.29.27 +Cython==0.29.32 numpy==1.19.4 requests flask-login==0.5.0