From 94bc1127e53ba505fc8d35fda7b3dd959dfbfc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 00:05:10 +0000 Subject: [PATCH] Update mypy requirement from ~=0.931 to ~=0.942 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.931...v0.942) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a496d4d..26b8772 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ coverage~=6.3 django-stubs~=1.9.0 lorem~=0.1.1 -mypy~=0.931 +mypy~=0.942 pre-commit~=2.17.0 pylint==2.12.2 pylint-django~=2.5.2