From 70c93b03d71c4fa3e949cdd7397c56bd7f3e2249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:57:11 +0000 Subject: [PATCH] Update mypy requirement from ~=1.11 to ~=1.12 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.12.1) --- 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..8cd4ff0 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.12 pylint~=3.3 pylint-strict-informational==0.1 pytest>=7.2