From 4bde7fe1a3e97c3ac526391ec170eb56f4b02393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:10:53 +0000 Subject: [PATCH] Update mypy requirement from ~=0.971 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.971...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 1c631d0..cf814db 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.971 +mypy~=1.8 pre-commit~=2.20.0 pylint~=2.15.0 pylint-django~=2.5.3