From 1abb32c94ef2d7ae54b70498d6e4098d4407598f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 12 Sep 2025 03:10:05 +0000 Subject: [PATCH] Update dependency mypy to >=1.18, <=1.18.1 --- client/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index b3d5129cdc..9537c80924 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -57,7 +57,7 @@ pytest-cov = ">= 2.8.1" tox = ">= 3.9.0" flake8 = ">= 4.0.0" types-python-dateutil = ">= 2.8.19.14" -mypy = ">=1.17, <=1.17.1" +mypy = ">=1.18, <=1.18.1" pyiceberg = "==0.9.1" pre-commit = "==4.3.0" openapi-generator-cli = "==7.11.0.post0"