From 747e908b6ae8b47aa5648f98d27dff3d2bca639b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 15:06:50 +0000 Subject: [PATCH] Bump mypy from 0.910 to 0.950 in /requirements Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.950. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v0.950) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 7a4862a..5984d1c 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -1,7 +1,7 @@ -r requirements.txt -r requirements-test.txt black==21.10b0 -mypy==0.910 +mypy==0.950 isort==5.9.3 pylint==2.11.1 pylama==7.7.1