diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-19 17:05:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 17:05:15 +0000 |
commit | 73bd1f730947a854a6f84979b17fd510c61d08f0 (patch) | |
tree | 7655c791aed09d6c82f5d47ef912dd6b98c811f6 /test_requirements.txt | |
parent | 1cc3f07ad3e0987da7d399dd8febf01ef3b48b45 (diff) | |
download | numpy-73bd1f730947a854a6f84979b17fd510c61d08f0.tar.gz |
MAINT: Bump cython from 0.29.23 to 0.29.24
Bumps [cython](https://github.com/cython/cython) from 0.29.23 to 0.29.24.
- [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.23...0.29.24)
---
updated-dependencies:
- dependency-name: cython
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 92513741a..d3d2d3e44 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -cython==0.29.23 +cython==0.29.24 wheel<0.36.3 setuptools<49.2.0 hypothesis==6.14.2 |