From f5b9c743a658ccde9acb56b6eb63a37a22211539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:14:31 +0000 Subject: [PATCH] Update mypy requirement from <1.1,>=1.0 to >=1.0,<1.5 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.4.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..ae07194 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.5 # Automatic code formatting black>=23.0,<24.0