From c186702b4ce15ef832b80a324a9992e4d0214778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:27:38 +0000 Subject: [PATCH] chore(deps): update mypy requirement from >=1.8.0 to >=1.19.1 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.8.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 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 9825aa6..f8bf1aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,4 +22,4 @@ mkdocs>=1.5.0 pytest>=8.0.0 black>=24.0.0 flake8>=7.3.0 -mypy>=1.8.0 \ No newline at end of file +mypy>=1.19.1 \ No newline at end of file