From da8d0a283a59678d1861e790f281c79272698483 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 16:34:26 +0200 Subject: [PATCH] Bump mypy from 0.782 to 0.790 (#85) Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.782...v0.790) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e985125..237ce4c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ lazy-object-proxy==1.4.3 # via astroid mccabe==0.6.1 # via flake8, pylint more-itertools==8.4.0 # via pytest mypy-extensions==0.4.3 # via mypy -mypy==0.782 # via -r requirements-dev.in +mypy==0.790 # via -r requirements-dev.in packaging==20.4 # via bleach, pytest, tox pathspec==0.8.0 # via black pip-tools==5.2.1 # via -r requirements-dev.in