From 1d69e7a4129b61d75e13975a64041611c3a5183e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:44:33 +0000 Subject: [PATCH] Update mypy requirement from <1.10.0,>=1.1.1 to >=1.1.1,<1.11.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.1.1...v1.10.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 c22d517f7..2829d8d1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mypy>=1.1.1,<1.10.0 +mypy>=1.1.1,<1.11.0 ipython~=8.18.1; python_version < "3.10" ipython~=8.23.0; python_version >= "3.10" pytest>=7.4.4,<8.2.0