From 0a78d53755b28465ea5aad68426e37a040414235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:18:49 +0000 Subject: [PATCH] Update mypy requirement from <1.11.0,>=1.9.0 to >=1.9.0,<1.12.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/1.9.0...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea4bbea..5be0f1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pytest>=8.1.1,<8.3.0 autopep8>=2.1.0,<2.4.0 flake8 coverage -mypy>=1.9.0,<1.11.0 +mypy>=1.9.0,<1.12.0 build setuptools>=61.0 types-setuptools