diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-22 07:14:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 07:14:50 +0000 |
commit | f85814f806effd39a7b3d74d68ed988371c2000e (patch) | |
tree | 652364d1f04bac0e5d670098493e0d08ebe5ec20 | |
parent | 60d46ea7bb53da9792ee03dc32341d51e4638960 (diff) | |
download | numpy-f85814f806effd39a7b3d74d68ed988371c2000e.tar.gz |
MAINT: Bump cython from 0.29.21 to 0.29.22
Bumps [cython](https://github.com/cython/cython) from 0.29.21 to 0.29.22.
- [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.21...0.29.22)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 5066b37dd..19e9e7e62 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 |