From 08c7b879c00e36b16351e6797affaa90e9b0407a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 19 Sep 2025 02:27:38 +0000 Subject: [PATCH] chore(deps): update dependency mypy to >=1.18, <=1.18.2 --- 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 c76f882bd5..a7d25d9759 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -58,7 +58,7 @@ pytest = ">= 7.2.1" pytest-cov = ">= 2.8.1" flake8 = ">= 4.0.0" types-python-dateutil = ">= 2.8.19.14" -mypy = ">=1.18, <=1.18.1" +mypy = ">=1.18, <=1.18.2" pyiceberg = "==0.10.0" pre-commit = "==4.3.0" openapi-generator-cli = "==7.11.0.post0"