diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-22 07:14:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 07:14:06 +0000 |
commit | cdd9177bd6916b69e9e2ad48a1015ee0fa6a29fd (patch) | |
tree | 6158bc253ba9fe93176673bc93a1596344175ddd | |
parent | 60d46ea7bb53da9792ee03dc32341d51e4638960 (diff) | |
download | numpy-cdd9177bd6916b69e9e2ad48a1015ee0fa6a29fd.tar.gz |
MAINT: Bump mypy from 0.800 to 0.812
Bumps [mypy](https://github.com/python/mypy) from 0.800 to 0.812.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.800...v0.812)
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..5a03bd2f6 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.800; platform_python_implementation != "PyPy" +mypy==0.812; platform_python_implementation != "PyPy" typing_extensions==3.7.4.3; platform_python_implementation != "PyPy" |