From c5aba6f4fa55ee33ddcfd8c9fda2ba0fa4f8ed2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:07:45 +0000 Subject: [PATCH] Update mypy requirement from ~=0.961 to ~=1.8 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.961...v1.8.0) --- 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 6cd15e7..e3be77f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ coverage~=6.4 django-stubs~=1.12.0 lorem~=0.1.1 -mypy~=0.961 +mypy~=1.8 pre-commit~=2.19.0 pylint~=2.14.3 pylint-django~=2.5.3