From 3261196df917c541b39cb3590ab15bff708fbafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:47:10 +0200 Subject: [PATCH] Update mypy requirement from <=1.11.0,>=1.10.1 to >=1.10.1,<=1.11.1 in the mypy group (#7069) Update mypy requirement in the mypy group Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Updates `mypy` to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production dependency-group: mypy ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d427a584..94698d600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dev = [ "tox>=4.15.1,<=4.16.0", "wheel>=0.36.2,<=0.43", "build>=0.10.0,<=1.2.1", - "mypy>=1.10.1,<=1.11.0", + "mypy>=1.10.1,<=1.11.1", "ruff>=0.5.0,<=0.5.5", "types-certifi>=2021.10.8.3,<=2021.10.8.3", "types-Flask>=1.1.6,<=1.1.6",