diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-02-17 08:17:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 08:17:50 -0700 |
commit | 60f539b37514a9eb13c1ebfb8a252934f9084d30 (patch) | |
tree | ca5d781ec5db4f0f3e3b765a1193341d531144ee | |
parent | 4edd4375472f23c43048e078ba2db1826957f0e7 (diff) | |
parent | 66441f409f234bf7e35bc0bd961bbec5f250f2da (diff) | |
download | numpy-60f539b37514a9eb13c1ebfb8a252934f9084d30.tar.gz |
Merge pull request #15582 from numpy/dependabot/pip/cython-0.29.15
MAINT: Bump cython from 0.29.14 to 0.29.15
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index f4286d85d..be47d4fd3 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -cython==0.29.14 +cython==0.29.15 hypothesis==5.3.0 pytest==5.3.5 pytz==2019.3 |