From bcb69d83cc88fc9cc4b32eb76f179f3a8df2c70d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 17:44:38 +0100 Subject: [PATCH] Bump cython from 0.29.20 to 0.29.21 (#1697) Bumps [cython](https://github.com/cython/cython) from 0.29.20 to 0.29.21. - [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.20...0.29.21) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0fe5eda..7d70229 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ black==19.10b0 coverage==5.1 -Cython==0.29.20;sys_platform!='win32' +Cython==0.29.21;sys_platform!='win32' flake8==3.8.3 flake8-quotes==3.2.0 isort==4.3.21