diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-28 17:06:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 17:06:46 +0000 |
commit | 58861e1784f5b5cb958ac137a5a4d3bc99e10ed5 (patch) | |
tree | d93d253e2485a958ffe0d81f0c767a68f78085c6 /test_requirements.txt | |
parent | a11945d7dc930afe47e1cf7f81cb69f2958f4c1f (diff) | |
download | numpy-58861e1784f5b5cb958ac137a5a4d3bc99e10ed5.tar.gz |
MAINT: Bump mypy from 0.902 to 0.910
Bumps [mypy](https://github.com/python/mypy) from 0.902 to 0.910.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.902...v0.910)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 35a78aff1..fca22b97c 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -11,5 +11,5 @@ cffi # For testing types. Notes on the restrictions: # - Mypy relies on C API features not present in PyPy # - There is no point in installing typing_extensions without mypy -mypy==0.902; platform_python_implementation != "PyPy" +mypy==0.910; platform_python_implementation != "PyPy" typing_extensions==3.10.0.0; platform_python_implementation != "PyPy" |