From ba436956e94e9dd47f1c69cbc37fc0a4d6e11f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:48:15 +0000 Subject: [PATCH] Update mypy requirement from ~=1.10 to ~=1.11 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.10.0...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 4096198..5effd1d 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,7 +4,7 @@ asynctest~=0.13 colorlog~=6.8 flake8~=7.1 flake8-docstrings~=1.7 -mypy~=1.10 +mypy~=1.11 pylint~=3.2 pylint-strict-informational==0.1 pytest>=7.2