From 3d9a5e8179b56312d6a22079ecf59fc67fa61538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:15:25 +0000 Subject: [PATCH] Update mypy requirement from <1.14.0,>=1.9.0 to >=1.9.0,<1.15.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.14.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 8c4a7b4..93a2af1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pytest>=8.1.1,<8.4.0 autopep8>=2.1.0,<2.4.0 flake8 coverage -mypy>=1.9.0,<1.14.0 +mypy>=1.9.0,<1.15.0 build setuptools>=61.0 types-setuptools