From f4a6a4f19f52f54c42613e0399635c977ddc0ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:07:25 +0000 Subject: [PATCH] Bump cython from 0.29.24 to 0.29.33 Bumps [cython](https://github.com/cython/cython) from 0.29.24 to 0.29.33. - [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.33) --- 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..d0bbcb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core requirements -Cython==0.29.24 +Cython==0.29.33 numpy==1.21.1 pandas==1.3.0 requests==2.26.0