From 2325c788a717f7dd73b2546f9c05590bcf644938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:13:21 +0000 Subject: [PATCH] Bump cython from 0.29.24 to 0.29.31 Bumps [cython](https://github.com/cython/cython) from 0.29.24 to 0.29.31. - [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.24...0.29.31) --- 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 101463f..212f46f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core requirements -Cython==0.29.24 +Cython==0.29.31 numpy==1.21.1 pandas==1.3.0 requests==2.26.0