From 6ee9eccce71e03b1811e2b0769d0ffc9d15b4219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:15:12 +0000 Subject: [PATCH] Bump cython from 0.29.24 to 0.29.28 Bumps [cython](https://github.com/cython/cython) from 0.29.24 to 0.29.28. - [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.28) --- 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..01ba10e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core requirements -Cython==0.29.24 +Cython==0.29.28 numpy==1.21.1 pandas==1.3.0 requests==2.26.0