diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-02-22 07:51:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 07:51:26 -0700 |
commit | b5907a3787fad2b88539b5f56f960a3c8c116eb3 (patch) | |
tree | 88ae7b46c642187b546a855c7246c1ca6ec0d8e8 /test_requirements.txt | |
parent | 68e4d56eb9b539cccd582de7e7fb09c373d37609 (diff) | |
parent | f85814f806effd39a7b3d74d68ed988371c2000e (diff) | |
download | numpy-b5907a3787fad2b88539b5f56f960a3c8c116eb3.tar.gz |
Merge pull request #18465 from numpy/dependabot/pip/cython-0.29.22
MAINT: Bump cython from 0.29.21 to 0.29.22
Diffstat (limited to 'test_requirements.txt')
-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 5a03bd2f6..09b8e7f5b 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -cython==0.29.21 +cython==0.29.22 wheel<0.36.3 setuptools<49.2.0 hypothesis==6.2.0 |