From 845e1eb075fc47c2827adfcfb41a806ce026f184 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 13:05:53 +0100 Subject: [PATCH] Bump cython from 0.29.16 to 0.29.17 (#1442) Bumps [cython](https://github.com/cython/cython) from 0.29.16 to 0.29.17. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/commits) 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 bc4b62d..1e642a8 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ black==19.10b0 coverage==5.1 -Cython==0.29.16;sys_platform!='win32' +Cython==0.29.17;sys_platform!='win32' flake8==3.7.9 flake8-quotes==3 isort==4.3.21