From 81b42552880c9b57103c5a3f3349f0c4452ca447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 23:48:21 +0000 Subject: [PATCH] Update mypy requirement from ~=1.1.1 to ~=1.10.0 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/v1.1.1...v1.10.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 07a96398..dbb972fa 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ coverage~=7.2.2 django-stubs~=1.16.0 lorem~=0.1.1 -mypy~=1.1.1 +mypy~=1.10.0 pre-commit~=3.6.0 pylint~=2.17.0 pylint-django~=2.5.3