From 50e6e3a492abecec4e47965cbd931f1d0e1c7468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 10:15:42 +0000 Subject: [PATCH] Bump cython from 0.29.24 to 0.29.25 Bumps [cython](https://github.com/cython/cython) from 0.29.24 to 0.29.25. - [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.25) --- 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..9708406 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core requirements -Cython==0.29.24 +Cython==0.29.25 numpy==1.21.1 pandas==1.3.0 requests==2.26.0