From 0c74c410350f9cadbbf38de1544238408edf14f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:26:35 +0000 Subject: [PATCH] deps: update mypy requirement from >=1.5.0 to >=1.19.1 in /config 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.5.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- config/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements-dev.txt b/config/requirements-dev.txt index d77da22..93e67a8 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -4,6 +4,6 @@ pytest-cov>=4.1.0 pytest-mock>=3.11.1 black>=23.7.0 flake8>=6.1.0 -mypy>=1.5.0 +mypy>=1.19.1