From fe985272525312062adffe020e0c84c352fc498c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 08:22:06 +0000 Subject: [PATCH] Update mypy requirement from <0.762 to <0.771 in /python Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.1.0...v0.770) Signed-off-by: dependabot-preview[bot] --- python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index bfe9e6c86c..70925731ec 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -1,7 +1,7 @@ -r requirements.txt black==19.10b0 flake8==3.7.9 -mypy<0.762 +mypy<0.771 Pillow==7.0.0 pytest==5.3.1 pytest-cov==2.8.1