From 640fabf45207b91fcd8b657eb244c81c271b9574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:41:08 +0000 Subject: [PATCH] Update mypy requirement from <1.12.0,>=1.4.0 to >=1.4.0,<1.14.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.4.0...v1.13.0) --- 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 a362753..c5f34c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pytest>=7.4.0,<8.4.0 autopep8>=2.0.2,<2.4.0 flake8 coverage -mypy>=1.4.0,<1.12.0 +mypy>=1.4.0,<1.14.0 build setuptools>=61.0 types-setuptools