From d495fdca7b2c39e102e2d2341a8999374399d689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 04:07:55 +0000 Subject: [PATCH] Bump cython from 0.29.27 to 0.29.30 Bumps [cython](https://github.com/cython/cython) from 0.29.27 to 0.29.30. - [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.30) --- 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..f4b0677 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Cython==0.29.27 +Cython==0.29.30 numpy==1.19.4 requests flask-login==0.5.0