From 8088e5fa3ff58ea5ab491975661dd1a1c7b9d93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 14:28:02 +0000 Subject: [PATCH] Update mypy requirement from <1.1,>=1.0 to >=1.0,<1.4 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 77ab652..9565ad2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ flake8 # Static type checking -mypy>=1.0,<1.1 +mypy>=1.0,<1.4 # Automatic code formatting black>=23.0,<24.0