From 41b7e7b6d8db66221443094e1b8ced294dc41c41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:54:25 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.18.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb7a128..4483910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,10 +48,10 @@ tests = [ ] dev = [ "gto[tests]", - "mypy==1.17.1; python_version > '3.9'", + "mypy==1.18.2; python_version > '3.9'", # mypy>=1.11.0 crashes when used with pydantic-settings on Python 3.9, # see: https://github.com/python/mypy/issues/17535 - "mypy<1.11.0; python_version <= '3.9'", + "mypy<1.18.3; python_version <= '3.9'", "pylint==3.3.8", "types-PyYAML", "types-filelock",