From d1d8e2f2ffff59741e69035ce8d4ce0a6de6ae2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:02:00 +0000 Subject: [PATCH] Update mypy requirement from ~=1.11 to ~=1.13 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.11...v1.13.0) --- 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 0f3b127..1cdd120 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.11 +mypy~=1.13 pylint~=3.3 pylint-strict-informational==0.1 pytest>=7.2