From 7dae0f98c97bad5de06faa1fb59d83725594c1f1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 5 Feb 2025 06:02:30 +0000 Subject: [PATCH] main: Update dependency mypy to v1.15.0 --- regtests/client/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regtests/client/python/pyproject.toml b/regtests/client/python/pyproject.toml index 07e8af9fe4..2f966cb42c 100644 --- a/regtests/client/python/pyproject.toml +++ b/regtests/client/python/pyproject.toml @@ -42,7 +42,7 @@ boto3 = "==1.36.10" pytest = ">=7.2.1" flake8 = ">=4.0.0" types-python-dateutil = ">=2.8.19.14" -mypy = "1.14.1" +mypy = "1.15.0" [build-system]