From 7a00354997a628711d2c72e6ff58bd4ade0c5a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 15:11:08 +0000 Subject: [PATCH] Update mypy requirement from >=0.971,<1.3 to >=0.971,<1.4 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v0.971...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 974908f..93199fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ djangorestframework = {version = "^3.9", optional = true} pytest = "^7.0" Sphinx = "^5.0.2" sphinx-rtd-theme = "^1.0.0" -mypy = ">=0.971,<1.3" +mypy = ">=0.971,<1.4" isort = "^5.6.4" doc8 = "^0.11.0" darglint = "^1.5.7"