From cb81ca66b22ca1e1291763d400bcc4a4f3eab281 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2019 18:52:55 +0100 Subject: [PATCH] Bump cython from 0.29.11 to 0.29.12 (#689) Bumps [cython](https://github.com/cython/cython) from 0.29.11 to 0.29.12. - [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.11...0.29.12) Signed-off-by: dependabot-preview[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e0adb3f..2d1f777 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ attrs==19.1.0 black==19.3b0 coverage==4.5.3 -Cython==0.29.11;sys_platform!='win32' +Cython==0.29.12;sys_platform!='win32' flake8==3.7.8 flake8-quotes==2.0.1 isort==4.3.21