From 31f33e531f0aa58dc2e65ef43d97a057c50fc95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:33:40 +0000 Subject: [PATCH] Update mypy requirement from ~=1.6.0 to ~=1.7.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.6.0...v1.7.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 c8c193b4a8..ccd15fbaee 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ django-stubs==4.2.6 django-webtest~=1.9.10 isort~=5.12.0 model-bakery~=1.17.0 -mypy~=1.6.0 +mypy~=1.7.0 openpyxl-stubs~=0.1.25 pylint-django~=2.5.4 pylint~=3.0.1